#b32a9c

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

Shades of Medium Red Violet #B32A9C

Tints of Medium Red Violet #B32A9C

Color information

#B32A9C (or 0xB32A9C) is unknown color: approx Medium Red Violet. HEX triplet: B3, 2A and 9C. RGB value is (179,42,156). Sum of RGB (Red+Green+Blue) = 179+42+156=377 (49% of max value = 765). Red value is 179 (70.31% from 255 or 47.48% from 377); Green value is 42 (16.80% from 255 or 11.14% from 377); Blue value is 156 (61.33% from 255 or 41.38% from 377); Max value from RGB is 179 - color contains mainly: red. Hex color #B32A9C is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #B32A9C is #4CD563. Grayscale: #5F5F5F. Windows color (decimal): -5035364 or 10234547. OLE color: 10234547.

HSL color Cylindrical-coordinate representation of color #B32A9C: hue angle of 310.07º 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 #B32A9C is Cyan = 0, Magento = 0.77, Yellow = 0.13 and Black (K on CMYK) = 0.30.

Color convert

RGB17942156-
CMYK00.770.130.30
HSL310.07º61.99%43.33%-
HSV(B)310.07º76.54%70.2%-
XYZ25.4213.6432.75-
YUV95.96161.89187.23-

RGB Variations

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

RGB

RED value IS 179 (70.31% from 255) = 47.48%
GREEN value IS 42 (16.80% from 255) = 11.14%
BLUE value IS 156 (61.33% from 255) = 41.38%
R=47.48%
G=11.14%
B=41.38%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.77
Y (Yellow) values IS 0.13
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal1794215600.770.130.30310.0761.9943.33
HexB32A9C04DD1E1363e2b
Octal26352234011515364667653
Binary101100111010101001110001001101110111110100110110111110101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #b32a9c

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #b32a9c; }

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

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

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

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

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

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

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

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