#B91478

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

Shades of Medium Violet Red #B91478

Tints of Medium Violet Red #B91478

Color information

#B91478 (or 0xB91478) is unknown color: approx Medium Violet Red. HEX triplet: B9, 14 and 78. RGB value is (185,20,120). Sum of RGB (Red+Green+Blue) = 185+20+120=325 (43% of max value = 765). Red value is 185 (72.66% from 255 or 56.92% from 325); Green value is 20 (8.20% from 255 or 6.15% from 325); Blue value is 120 (47.27% from 255 or 36.92% from 325); Max value from RGB is 185 - color contains mainly: red. Hex color #B91478 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #B91478 is #46EB87. Grayscale: #505050. Windows color (decimal): -4647816 or 7869625. OLE color: 7869625.

HSL color Cylindrical-coordinate representation of color #B91478: hue angle of 323.64º degrees, saturation: 0.8, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #B91478 is Cyan = 0, Magento = 0.89, Yellow = 0.35 and Black (K on CMYK) = 0.27.

Color convert

RGB18520120-
CMYK00.890.350.27
HSL323.64º80.49%40.2%-
HSV(B)323.64º89.19%72.55%-
XYZ23.6512.1718.87-
YUV80.73150.16202.37-

RGB Variations

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

RGB

RED value IS 185 (72.66% from 255) = 56.92%
GREEN value IS 20 (8.20% from 255) = 6.15%
BLUE value IS 120 (47.27% from 255) = 36.92%
R=56.92%
G=6.15%
B=36.92%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.89
Y (Yellow) values IS 0.35
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1852012000.890.350.27323.6480.4940.2
HexB91478059231B1445028
Octal271241700131433350412050
Binary1011100110100111100001011001100011110111010001001010000101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B91478

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B91478; }

 p { color: rgb(185,20,120); }

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

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

 a { background-color: rgb(185,20,120); }

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

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

 span { border-color: rgb(185,20,120); }

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