#B01C78

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

Shades of Medium Violet Red #B01C78

Tints of Medium Violet Red #B01C78

Color information

#B01C78 (or 0xB01C78) is unknown color: approx Medium Violet Red. HEX triplet: B0, 1C and 78. RGB value is (176,28,120). Sum of RGB (Red+Green+Blue) = 176+28+120=324 (42% of max value = 765). Red value is 176 (69.14% from 255 or 54.32% from 324); Green value is 28 (11.33% from 255 or 8.64% from 324); Blue value is 120 (47.27% from 255 or 37.04% from 324); Max value from RGB is 176 - color contains mainly: red. Hex color #B01C78 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #B01C78 is #4FE387. Grayscale: #525252. Windows color (decimal): -5235592 or 7871664. OLE color: 7871664.

HSL color Cylindrical-coordinate representation of color #B01C78: hue angle of 322.7º degrees, saturation: 0.73, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #B01C78 is Cyan = 0, Magento = 0.84, Yellow = 0.32 and Black (K on CMYK) = 0.31.

Color convert

RGB17628120-
CMYK00.840.320.31
HSL322.7º72.55%40%-
HSV(B)322.7º84.09%69.02%-
XYZ21.7111.4218.83-
YUV82.74149.03194.52-

RGB Variations

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

RGB

RED value IS 176 (69.14% from 255) = 54.32%
GREEN value IS 28 (11.33% from 255) = 8.64%
BLUE value IS 120 (47.27% from 255) = 37.04%
R=54.32%
G=8.64%
B=37.04%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.84
Y (Yellow) values IS 0.32
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1762812000.840.320.31322.772.5540
HexB01C78054201F1434928
Octal260341700124403750311150
Binary1011000011100111100001010100100000111111010000111001001101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B01C78

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B01C78; }

 p { color: rgb(176,28,120); }

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

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

 a { background-color: rgb(176,28,120); }

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

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

 span { border-color: rgb(176,28,120); }

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