#B32B86

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

Shades of Medium Red Violet #B32B86

Tints of Medium Red Violet #B32B86

Color information

#B32B86 (or 0xB32B86) is unknown color: approx Medium Red Violet. HEX triplet: B3, 2B and 86. RGB value is (179,43,134). Sum of RGB (Red+Green+Blue) = 179+43+134=356 (47% of max value = 765). Red value is 179 (70.31% from 255 or 50.28% from 356); Green value is 43 (17.19% from 255 or 12.08% from 356); Blue value is 134 (52.73% from 255 or 37.64% from 356); Max value from RGB is 179 - color contains mainly: red. Hex color #B32B86 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #B32B86 is #4CD479. Grayscale: #5D5D5D. Windows color (decimal): -5035130 or 8793011. OLE color: 8793011.

HSL color Cylindrical-coordinate representation of color #B32B86: hue angle of 319.85º degrees, saturation: 0.61, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #B32B86 is Cyan = 0, Magento = 0.76, Yellow = 0.25 and Black (K on CMYK) = 0.30.

Color convert

RGB17943134-
CMYK00.760.250.30
HSL319.85º61.26%43.53%-
HSV(B)319.85º75.98%70.2%-
XYZ23.7613.0323.82-
YUV94.04150.56188.6-

RGB Variations

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

RGB

RED value IS 179 (70.31% from 255) = 50.28%
GREEN value IS 43 (17.19% from 255) = 12.08%
BLUE value IS 134 (52.73% from 255) = 37.64%
R=50.28%
G=12.08%
B=37.64%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.76
Y (Yellow) values IS 0.25
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal1794313400.760.250.30319.8561.2643.53
HexB32B8604C191E1403d2c
Octal26353206011431365007554
Binary1011001110101110000110010011001100111110101000000111101101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B32B86

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B32B86; }

 p { color: rgb(179,43,134); }

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

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

 a { background-color: rgb(179,43,134); }

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

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

 span { border-color: rgb(179,43,134); }

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