#B81C78

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

Shades of Medium Violet Red #B81C78

Tints of Medium Violet Red #B81C78

Color information

#B81C78 (or 0xB81C78) is unknown color: approx Medium Violet Red. HEX triplet: B8, 1C and 78. RGB value is (184,28,120). Sum of RGB (Red+Green+Blue) = 184+28+120=332 (43% of max value = 765). Red value is 184 (72.27% from 255 or 55.42% from 332); Green value is 28 (11.33% from 255 or 8.43% from 332); Blue value is 120 (47.27% from 255 or 36.14% from 332); Max value from RGB is 184 - color contains mainly: red. Hex color #B81C78 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #B81C78 is #47E387. Grayscale: #545454. Windows color (decimal): -4711304 or 7871672. OLE color: 7871672.

HSL color Cylindrical-coordinate representation of color #B81C78: hue angle of 324.62º degrees, saturation: 0.74, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #B81C78 is Cyan = 0, Magento = 0.85, Yellow = 0.35 and Black (K on CMYK) = 0.28.

Color convert

RGB18428120-
CMYK00.850.350.28
HSL324.62º73.58%41.57%-
HSV(B)324.62º84.78%72.16%-
XYZ23.5712.3818.92-
YUV85.13147.68198.52-

RGB Variations

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

RGB

RED value IS 184 (72.27% from 255) = 55.42%
GREEN value IS 28 (11.33% from 255) = 8.43%
BLUE value IS 120 (47.27% from 255) = 36.14%
R=55.42%
G=8.43%
B=36.14%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.85
Y (Yellow) values IS 0.35
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal1842812000.850.350.28324.6273.5841.57
HexB81C78055231C1454a2a
Octal270341700125433450511252
Binary1011100011100111100001010101100011111001010001011001010101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B81C78

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B81C78; }

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

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

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

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

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

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

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

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