#B04596

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

Shades of Medium Red Violet #B04596

Tints of Medium Red Violet #B04596

Color information

#B04596 (or 0xB04596) is unknown color: approx Medium Red Violet. HEX triplet: B0, 45 and 96. RGB value is (176,69,150). Sum of RGB (Red+Green+Blue) = 176+69+150=395 (52% of max value = 765). Red value is 176 (69.14% from 255 or 44.56% from 395); Green value is 69 (27.34% from 255 or 17.47% from 395); Blue value is 150 (58.98% from 255 or 37.97% from 395); Max value from RGB is 176 - color contains mainly: red. Hex color #B04596 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #B04596 is #4FBA69. Grayscale: #6E6E6E. Windows color (decimal): -5225066 or 9848240. OLE color: 9848240.

HSL color Cylindrical-coordinate representation of color #B04596: hue angle of 314.58º degrees, saturation: 0.44, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #B04596 is Cyan = 0, Magento = 0.61, Yellow = 0.15 and Black (K on CMYK) = 0.31.

Color convert

RGB17669150-
CMYK00.610.150.31
HSL314.58º43.67%48.04%-
HSV(B)314.58º60.8%69.02%-
XYZ25.5415.6930.54-
YUV110.23150.45174.91-

RGB Variations

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

RGB

RED value IS 176 (69.14% from 255) = 44.56%
GREEN value IS 69 (27.34% from 255) = 17.47%
BLUE value IS 150 (58.98% from 255) = 37.97%
R=44.56%
G=17.47%
B=37.97%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.61
Y (Yellow) values IS 0.15
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1766915000.610.150.31314.5843.6748.04
HexB0459603DF1F13b2c30
Octal26010522607517374735460
Binary101100001000101100101100111101111111111100111011101100110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B04596

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B04596; }

 p { color: rgb(176,69,150); }

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

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

 a { background-color: rgb(176,69,150); }

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

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

 span { border-color: rgb(176,69,150); }

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