#b80e77

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

Shades of Medium Violet Red #B80E77

Tints of Medium Violet Red #B80E77

Color information

#B80E77 (or 0xB80E77) is unknown color: approx Medium Violet Red. HEX triplet: B8, 0E and 77. RGB value is (184,14,119). Sum of RGB (Red+Green+Blue) = 184+14+119=317 (41% of max value = 765). Red value is 184 (72.27% from 255 or 58.04% from 317); Green value is 14 (5.86% from 255 or 4.42% from 317); Blue value is 119 (46.88% from 255 or 37.54% from 317); Max value from RGB is 184 - color contains mainly: red. Hex color #B80E77 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #B80E77 is #47F188. Grayscale: #4C4C4C. Windows color (decimal): -4714889 or 7802552. OLE color: 7802552.

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

Color convert

RGB18414119-
CMYK00.920.350.28
HSL322.94º85.86%38.82%-
HSV(B)322.94º92.39%72.16%-
XYZ23.2511.8418.51-
YUV76.8151.82204.46-

RGB Variations

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

RGB

RED value IS 184 (72.27% from 255) = 58.04%
GREEN value IS 14 (5.86% from 255) = 4.42%
BLUE value IS 119 (46.88% from 255) = 37.54%
R=58.04%
G=4.42%
B=37.54%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.92
Y (Yellow) values IS 0.35
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal1841411900.920.350.28322.9485.8638.82
HexB8E7705C231C1435627
Octal270161670134433450312647
Binary101110001110111011101011100100011111001010000111010110100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #b80e77

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #b80e77; }

 p { color: rgb(184,14,119); }

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

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

 a { background-color: rgb(184,14,119); }

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

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

 span { border-color: rgb(184,14,119); }

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