#B32C9C

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

Shades of Medium Red Violet #B32C9C

Tints of Medium Red Violet #B32C9C

Color information

#B32C9C (or 0xB32C9C) is unknown color: approx Medium Red Violet. HEX triplet: B3, 2C and 9C. RGB value is (179,44,156). Sum of RGB (Red+Green+Blue) = 179+44+156=379 (50% of max value = 765). Red value is 179 (70.31% from 255 or 47.23% from 379); Green value is 44 (17.58% from 255 or 11.61% from 379); Blue value is 156 (61.33% from 255 or 41.16% from 379); Max value from RGB is 179 - color contains mainly: red. Hex color #B32C9C is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #B32C9C is #4CD363. Grayscale: #606060. Windows color (decimal): -5034852 or 10235059. OLE color: 10235059.

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

Color convert

RGB17944156-
CMYK00.750.130.30
HSL310.22º60.54%43.73%-
HSV(B)310.22º75.42%70.2%-
XYZ25.4913.7932.77-
YUV97.13161.23186.39-

RGB Variations

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

RGB

RED value IS 179 (70.31% from 255) = 47.23%
GREEN value IS 44 (17.58% from 255) = 11.61%
BLUE value IS 156 (61.33% from 255) = 41.16%
R=47.23%
G=11.61%
B=41.16%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.75
Y (Yellow) values IS 0.13
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal1794415600.750.130.30310.2260.5443.73
HexB32C9C04BD1E1363d2c
Octal26354234011315364667554
Binary101100111011001001110001001011110111110100110110111101101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B32C9C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B32C9C; }

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

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

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

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

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

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

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

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