#B00A99

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

Shades of Medium Violet Red #B00A99

Tints of Medium Violet Red #B00A99

Color information

#B00A99 (or 0xB00A99) is unknown color: approx Medium Violet Red. HEX triplet: B0, 0A and 99. RGB value is (176,10,153). Sum of RGB (Red+Green+Blue) = 176+10+153=339 (44% of max value = 765). Red value is 176 (69.14% from 255 or 51.92% from 339); Green value is 10 (4.30% from 255 or 2.95% from 339); Blue value is 153 (60.16% from 255 or 45.13% from 339); Max value from RGB is 176 - color contains mainly: red. Hex color #B00A99 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #B00A99 is #4FF566. Grayscale: #4B4B4B. Windows color (decimal): -5240167 or 10029744. OLE color: 10029744.

HSL color Cylindrical-coordinate representation of color #B00A99: hue angle of 308.31º degrees, saturation: 0.89, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #B00A99 is Cyan = 0, Magento = 0.94, Yellow = 0.13 and Black (K on CMYK) = 0.31.

Color convert

RGB17610153-
CMYK00.940.130.31
HSL308.31º89.25%36.47%-
HSV(B)308.31º94.32%69.02%-
XYZ23.7611.7531.15-
YUV75.94171.5199.37-

RGB Variations

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

RGB

RED value IS 176 (69.14% from 255) = 51.92%
GREEN value IS 10 (4.30% from 255) = 2.95%
BLUE value IS 153 (60.16% from 255) = 45.13%
R=51.92%
G=2.95%
B=45.13%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.94
Y (Yellow) values IS 0.13
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1761015300.940.130.31308.3189.2536.47
HexB0A9905ED1F1345924
Octal260122310136153746413144
Binary10110000101010011001010111101101111111001101001011001100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B00A99

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B00A99; }

 p { color: rgb(176,10,153); }

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

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

 a { background-color: rgb(176,10,153); }

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

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

 span { border-color: rgb(176,10,153); }

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