#B81E85

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

Shades of Medium Violet Red #B81E85

Tints of Medium Violet Red #B81E85

Color information

#B81E85 (or 0xB81E85) is unknown color: approx Medium Violet Red. HEX triplet: B8, 1E and 85. RGB value is (184,30,133). Sum of RGB (Red+Green+Blue) = 184+30+133=347 (45% of max value = 765). Red value is 184 (72.27% from 255 or 53.03% from 347); Green value is 30 (12.11% from 255 or 8.65% from 347); Blue value is 133 (52.34% from 255 or 38.33% from 347); Max value from RGB is 184 - color contains mainly: red. Hex color #B81E85 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #B81E85 is #47E17A. Grayscale: #575757. Windows color (decimal): -4710779 or 8724152. OLE color: 8724152.

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

Color convert

RGB18430133-
CMYK00.840.280.28
HSL319.87º71.96%41.96%-
HSV(B)319.87º83.7%72.16%-
XYZ24.4712.8123.37-
YUV87.79153.52196.62-

RGB Variations

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

RGB

RED value IS 184 (72.27% from 255) = 53.03%
GREEN value IS 30 (12.11% from 255) = 8.65%
BLUE value IS 133 (52.34% from 255) = 38.33%
R=53.03%
G=8.65%
B=38.33%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.84
Y (Yellow) values IS 0.28
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal1843013300.840.280.28319.8771.9641.96
HexB81E850541C1C140482a
Octal270362050124343450011052
Binary1011100011110100001010101010011100111001010000001001000101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B81E85

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B81E85; }

 p { color: rgb(184,30,133); }

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

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

 a { background-color: rgb(184,30,133); }

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

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

 span { border-color: rgb(184,30,133); }

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