#B00599

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

Shades of Medium Violet Red #B00599

Tints of Medium Violet Red #B00599

Color information

#B00599 (or 0xB00599) is unknown color: approx Medium Violet Red. HEX triplet: B0, 05 and 99. RGB value is (176,5,153). Sum of RGB (Red+Green+Blue) = 176+5+153=334 (44% of max value = 765). Red value is 176 (69.14% from 255 or 52.69% from 334); Green value is 5 (2.34% from 255 or 1.50% from 334); Blue value is 153 (60.16% from 255 or 45.81% from 334); Max value from RGB is 176 - color contains mainly: red. Hex color #B00599 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #B00599 is #4FFA66. Grayscale: #484848. Windows color (decimal): -5241447 or 10028464. OLE color: 10028464.

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

Color convert

RGB1765153-
CMYK00.970.130.31
HSL308.07º94.48%35.49%-
HSV(B)308.07º97.16%69.02%-
XYZ23.7111.6431.13-
YUV73173.15201.47-

RGB Variations

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

RGB

RED value IS 176 (69.14% from 255) = 52.69%
GREEN value IS 5 (2.34% from 255) = 1.50%
BLUE value IS 153 (60.16% from 255) = 45.81%
R=52.69%
G=1.50%
B=45.81%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.97
Y (Yellow) values IS 0.13
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal176515300.970.130.31308.0794.4835.49
HexB0599061D1F1345e23
Octal26052310141153746413643
Binary1011000010110011001011000011101111111001101001011110100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B00599

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B00599; }

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

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

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

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

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

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

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

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