#B32076

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

Shades of Medium Red Violet #B32076

Tints of Medium Red Violet #B32076

Color information

#B32076 (or 0xB32076) is unknown color: approx Medium Red Violet. HEX triplet: B3, 20 and 76. RGB value is (179,32,118). Sum of RGB (Red+Green+Blue) = 179+32+118=329 (43% of max value = 765). Red value is 179 (70.31% from 255 or 54.41% from 329); Green value is 32 (12.89% from 255 or 9.73% from 329); Blue value is 118 (46.48% from 255 or 35.87% from 329); Max value from RGB is 179 - color contains mainly: red. Hex color #B32076 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #B32076 is #4CDF89. Grayscale: #555555. Windows color (decimal): -5037962 or 7741619. OLE color: 7741619.

HSL color Cylindrical-coordinate representation of color #B32076: hue angle of 324.9º degrees, saturation: 0.7, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #B32076 is Cyan = 0, Magento = 0.82, Yellow = 0.34 and Black (K on CMYK) = 0.30.

Color convert

RGB17932118-
CMYK00.820.340.30
HSL324.9º69.67%41.37%-
HSV(B)324.9º82.12%70.2%-
XYZ22.3811.9218.26-
YUV85.76146.2194.51-

RGB Variations

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

RGB

RED value IS 179 (70.31% from 255) = 54.41%
GREEN value IS 32 (12.89% from 255) = 9.73%
BLUE value IS 118 (46.48% from 255) = 35.87%
R=54.41%
G=9.73%
B=35.87%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.82
Y (Yellow) values IS 0.34
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal1793211800.820.340.30324.969.6741.37
HexB32076052221E1454629
Octal263401660122423650510651
Binary10110011100000111011001010010100010111101010001011000110101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B32076

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B32076; }

 p { color: rgb(179,32,118); }

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

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

 a { background-color: rgb(179,32,118); }

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

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

 span { border-color: rgb(179,32,118); }

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