#B81990

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

Shades of Medium Violet Red #B81990

Tints of Medium Violet Red #B81990

Color information

#B81990 (or 0xB81990) is unknown color: approx Medium Violet Red. HEX triplet: B8, 19 and 90. RGB value is (184,25,144). Sum of RGB (Red+Green+Blue) = 184+25+144=353 (46% of max value = 765). Red value is 184 (72.27% from 255 or 52.12% from 353); Green value is 25 (10.16% from 255 or 7.08% from 353); Blue value is 144 (56.64% from 255 or 40.79% from 353); Max value from RGB is 184 - color contains mainly: red. Hex color #B81990 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #B81990 is #47E66F. Grayscale: #555555. Windows color (decimal): -4712048 or 9443768. OLE color: 9443768.

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

Color convert

RGB18425144-
CMYK00.860.220.28
HSL315.09º76.08%40.98%-
HSV(B)315.09º86.41%72.16%-
XYZ25.1512.927.55-
YUV86.11160.68197.82-

RGB Variations

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

RGB

RED value IS 184 (72.27% from 255) = 52.12%
GREEN value IS 25 (10.16% from 255) = 7.08%
BLUE value IS 144 (56.64% from 255) = 40.79%
R=52.12%
G=7.08%
B=40.79%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.86
Y (Yellow) values IS 0.22
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal1842514400.860.220.28315.0976.0840.98
HexB81990056161C13b4c29
Octal270312200126263447311451
Binary1011100011001100100000101011010110111001001110111001100101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B81990

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B81990; }

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

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

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

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

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

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

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

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