#B81992

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

Shades of Medium Violet Red #B81992

Tints of Medium Violet Red #B81992

Color information

#B81992 (or 0xB81992) is unknown color: approx Medium Violet Red. HEX triplet: B8, 19 and 92. RGB value is (184,25,146). Sum of RGB (Red+Green+Blue) = 184+25+146=355 (47% of max value = 765). Red value is 184 (72.27% from 255 or 51.83% from 355); Green value is 25 (10.16% from 255 or 7.04% from 355); Blue value is 146 (57.42% from 255 or 41.13% from 355); Max value from RGB is 184 - color contains mainly: red. Hex color #B81992 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #B81992 is #47E66D. Grayscale: #565656. Windows color (decimal): -4712046 or 9574840. OLE color: 9574840.

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

Color convert

RGB18425146-
CMYK00.860.210.28
HSL314.34º76.08%40.98%-
HSV(B)314.34º86.41%72.16%-
XYZ25.312.9628.36-
YUV86.34161.68197.66-

RGB Variations

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

RGB

RED value IS 184 (72.27% from 255) = 51.83%
GREEN value IS 25 (10.16% from 255) = 7.04%
BLUE value IS 146 (57.42% from 255) = 41.13%
R=51.83%
G=7.04%
B=41.13%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.86
Y (Yellow) values IS 0.21
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal1842514600.860.210.28314.3476.0840.98
HexB81992056151C13a4c29
Octal270312220126253447211451
Binary1011100011001100100100101011010101111001001110101001100101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B81992

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B81992; }

 p { color: rgb(184,25,146); }

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

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

 a { background-color: rgb(184,25,146); }

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

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

 span { border-color: rgb(184,25,146); }

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