#B40A91

Color #B40A91 Medium Violet Red (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Medium Violet Red #B40A91

Tints of Medium Violet Red #B40A91

Color information

#B40A91 (or 0xB40A91) is unknown color: approx Medium Violet Red. HEX triplet: B4, 0A and 91. RGB value is (180,10,145). Sum of RGB (Red+Green+Blue) = 180+10+145=335 (44% of max value = 765). Red value is 180 (70.70% from 255 or 53.73% from 335); Green value is 10 (4.30% from 255 or 2.99% from 335); Blue value is 145 (57.03% from 255 or 43.28% from 335); Max value from RGB is 180 - color contains mainly: red. Hex color #B40A91 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #B40A91 is #4BF56E. Grayscale: #4B4B4B. Windows color (decimal): -4978031 or 9505460. OLE color: 9505460.

HSL color Cylindrical-coordinate representation of color #B40A91: hue angle of 312.35º degrees, saturation: 0.89, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #B40A91 is Cyan = 0, Magento = 0.94, Yellow = 0.19 and Black (K on CMYK) = 0.29.

Color convert

RGB18010145-
CMYK00.940.190.29
HSL312.35º89.47%37.25%-
HSV(B)312.35º94.44%70.59%-
XYZ24.0411.9627.83-
YUV76.22166.82202.02-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 180 (70.70% from 255) = 53.73%
GREEN value IS 10 (4.30% from 255) = 2.99%
BLUE value IS 145 (57.03% from 255) = 43.28%
R=53.73%
G=2.99%
B=43.28%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.94
Y (Yellow) values IS 0.19
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1801014500.940.190.29312.3589.4737.25
HexB4A9105E131D1385925
Octal264122210136233547013145
Binary101101001010100100010101111010011111011001110001011001100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B40A91

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B40A91; }

 p { color: rgb(180,10,145); }

 H1.HeaderClassName
 {
   color: #B40A91;
 }
 .AnyTagClassName
 {
   color: #B40A91;
 }
</style>
background-color css

<style>
 a { background-color: #B40A91; }

 a { background-color: rgb(180,10,145); }

 div.DivClassName
 {
   background-color: #B40A91;
 }
 .BgClassName
 {
   background-color: #B40A91;
 }
</style>
border-color css

<style>
 span { border-color: #B40A91; }

 span { border-color: rgb(180,10,145); }

 td.TdClassName
 {
   border-color: #B40A91;
 }
 .TagClassName
 {
   border-color: #B40A91;
 }
</style>