#B32A87

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

Shades of Medium Red Violet #B32A87

Tints of Medium Red Violet #B32A87

Color information

#B32A87 (or 0xB32A87) is unknown color: approx Medium Red Violet. HEX triplet: B3, 2A and 87. RGB value is (179,42,135). Sum of RGB (Red+Green+Blue) = 179+42+135=356 (47% of max value = 765). Red value is 179 (70.31% from 255 or 50.28% from 356); Green value is 42 (16.80% from 255 or 11.80% from 356); Blue value is 135 (53.12% from 255 or 37.92% from 356); Max value from RGB is 179 - color contains mainly: red. Hex color #B32A87 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #B32A87 is #4CD578. Grayscale: #5D5D5D. Windows color (decimal): -5035385 or 8858291. OLE color: 8858291.

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

Color convert

RGB17942135-
CMYK00.770.250.30
HSL319.27º61.99%43.33%-
HSV(B)319.27º76.54%70.2%-
XYZ23.7912.9924.17-
YUV93.56151.39188.94-

RGB Variations

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

RGB

RED value IS 179 (70.31% from 255) = 50.28%
GREEN value IS 42 (16.80% from 255) = 11.80%
BLUE value IS 135 (53.12% from 255) = 37.92%
R=50.28%
G=11.80%
B=37.92%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.77
Y (Yellow) values IS 0.25
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal1794213500.770.250.30319.2761.9943.33
HexB32A8704D191E13f3e2b
Octal26352207011531364777653
Binary1011001110101010000111010011011100111110100111111111110101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B32A87

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B32A87; }

 p { color: rgb(179,42,135); }

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

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

 a { background-color: rgb(179,42,135); }

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

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

 span { border-color: rgb(179,42,135); }

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