#B01989

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

Shades of Medium Violet Red #B01989

Tints of Medium Violet Red #B01989

Color information

#B01989 (or 0xB01989) is unknown color: approx Medium Violet Red. HEX triplet: B0, 19 and 89. RGB value is (176,25,137). Sum of RGB (Red+Green+Blue) = 176+25+137=338 (44% of max value = 765). Red value is 176 (69.14% from 255 or 52.07% from 338); Green value is 25 (10.16% from 255 or 7.40% from 338); Blue value is 137 (53.91% from 255 or 40.53% from 338); Max value from RGB is 176 - color contains mainly: red. Hex color #B01989 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #B01989 is #4FE676. Grayscale: #525252. Windows color (decimal): -5236343 or 8985008. OLE color: 8985008.

HSL color Cylindrical-coordinate representation of color #B01989: hue angle of 315.5º degrees, saturation: 0.75, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #B01989 is Cyan = 0, Magento = 0.86, Yellow = 0.22 and Black (K on CMYK) = 0.31.

Color convert

RGB17625137-
CMYK00.860.220.31
HSL315.5º75.12%39.41%-
HSV(B)315.5º85.8%69.02%-
XYZ22.7711.7324.73-
YUV82.92158.53194.39-

RGB Variations

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

RGB

RED value IS 176 (69.14% from 255) = 52.07%
GREEN value IS 25 (10.16% from 255) = 7.40%
BLUE value IS 137 (53.91% from 255) = 40.53%
R=52.07%
G=7.40%
B=40.53%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.86
Y (Yellow) values IS 0.22
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1762513700.860.220.31315.575.1239.41
HexB01989056161F13b4b27
Octal260312110126263747311347
Binary1011000011001100010010101011010110111111001110111001011100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B01989

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B01989; }

 p { color: rgb(176,25,137); }

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

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

 a { background-color: rgb(176,25,137); }

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

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

 span { border-color: rgb(176,25,137); }

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