#B03599

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

Shades of Medium Red Violet #B03599

Tints of Medium Red Violet #B03599

Color information

#B03599 (or 0xB03599) is unknown color: approx Medium Red Violet. HEX triplet: B0, 35 and 99. RGB value is (176,53,153). Sum of RGB (Red+Green+Blue) = 176+53+153=382 (50% of max value = 765). Red value is 176 (69.14% from 255 or 46.07% from 382); Green value is 53 (21.09% from 255 or 13.87% from 382); Blue value is 153 (60.16% from 255 or 40.05% from 382); Max value from RGB is 176 - color contains mainly: red. Hex color #B03599 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #B03599 is #4FCA66. Grayscale: #646464. Windows color (decimal): -5229159 or 10040752. OLE color: 10040752.

HSL color Cylindrical-coordinate representation of color #B03599: hue angle of 311.22º degrees, saturation: 0.54, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #B03599 is Cyan = 0, Magento = 0.70, Yellow = 0.13 and Black (K on CMYK) = 0.31.

Color convert

RGB17653153-
CMYK00.700.130.31
HSL311.22º53.71%44.9%-
HSV(B)311.22º69.89%69.02%-
XYZ24.9314.0831.54-
YUV101.18157.25181.37-

RGB Variations

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

RGB

RED value IS 176 (69.14% from 255) = 46.07%
GREEN value IS 53 (21.09% from 255) = 13.87%
BLUE value IS 153 (60.16% from 255) = 40.05%
R=46.07%
G=13.87%
B=40.05%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.70
Y (Yellow) values IS 0.13
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1765315300.700.130.31311.2253.7144.9
HexB03599046D1F137362d
Octal26065231010615374676655
Binary101100001101011001100101000110110111111100110111110110101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B03599

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B03599; }

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

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

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

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

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

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

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

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