#B32D8C

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

Shades of Medium Red Violet #B32D8C

Tints of Medium Red Violet #B32D8C

Color information

#B32D8C (or 0xB32D8C) is unknown color: approx Medium Red Violet. HEX triplet: B3, 2D and 8C. RGB value is (179,45,140). Sum of RGB (Red+Green+Blue) = 179+45+140=364 (48% of max value = 765). Red value is 179 (70.31% from 255 or 49.18% from 364); Green value is 45 (17.97% from 255 or 12.36% from 364); Blue value is 140 (55.08% from 255 or 38.46% from 364); Max value from RGB is 179 - color contains mainly: red. Hex color #B32D8C is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #B32D8C is #4CD273. Grayscale: #5F5F5F. Windows color (decimal): -5034612 or 9186739. OLE color: 9186739.

HSL color Cylindrical-coordinate representation of color #B32D8C: hue angle of 317.46º degrees, saturation: 0.6, 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 #B32D8C is Cyan = 0, Magento = 0.75, Yellow = 0.22 and Black (K on CMYK) = 0.30.

Color convert

RGB17945140-
CMYK00.750.220.30
HSL317.46º59.82%43.92%-
HSV(B)317.46º74.86%70.2%-
XYZ24.2613.3526.11-
YUV95.9152.89187.28-

RGB Variations

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

RGB

RED value IS 179 (70.31% from 255) = 49.18%
GREEN value IS 45 (17.97% from 255) = 12.36%
BLUE value IS 140 (55.08% from 255) = 38.46%
R=49.18%
G=12.36%
B=38.46%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.75
Y (Yellow) values IS 0.22
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal1794514000.750.220.30317.4659.8243.92
HexB32D8C04B161E13d3c2c
Octal26355214011326364757454
Binary1011001110110110001100010010111011011110100111101111100101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B32D8C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B32D8C; }

 p { color: rgb(179,45,140); }

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

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

 a { background-color: rgb(179,45,140); }

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

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

 span { border-color: rgb(179,45,140); }

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