#B81E84

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

Shades of Medium Violet Red #B81E84

Tints of Medium Violet Red #B81E84

Color information

#B81E84 (or 0xB81E84) is unknown color: approx Medium Violet Red. HEX triplet: B8, 1E and 84. RGB value is (184,30,132). Sum of RGB (Red+Green+Blue) = 184+30+132=346 (45% of max value = 765). Red value is 184 (72.27% from 255 or 53.18% from 346); Green value is 30 (12.11% from 255 or 8.67% from 346); Blue value is 132 (51.95% from 255 or 38.15% from 346); Max value from RGB is 184 - color contains mainly: red. Hex color #B81E84 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #B81E84 is #47E17B. Grayscale: #575757. Windows color (decimal): -4710780 or 8658616. OLE color: 8658616.

HSL color Cylindrical-coordinate representation of color #B81E84: hue angle of 320.26º 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 #B81E84 is Cyan = 0, Magento = 0.84, Yellow = 0.28 and Black (K on CMYK) = 0.28.

Color convert

RGB18430132-
CMYK00.840.280.28
HSL320.26º71.96%41.96%-
HSV(B)320.26º83.7%72.16%-
XYZ24.412.7823.01-
YUV87.67153.02196.71-

RGB Variations

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

RGB

RED value IS 184 (72.27% from 255) = 53.18%
GREEN value IS 30 (12.11% from 255) = 8.67%
BLUE value IS 132 (51.95% from 255) = 38.15%
R=53.18%
G=8.67%
B=38.15%

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
Decimal1843013200.840.280.28320.2671.9641.96
HexB81E840541C1C140482a
Octal270362040124343450011052
Binary1011100011110100001000101010011100111001010000001001000101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B81E84

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B81E84; }

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

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

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

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

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

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

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

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