#B32D96

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

Shades of Medium Red Violet #B32D96

Tints of Medium Red Violet #B32D96

Color information

#B32D96 (or 0xB32D96) is unknown color: approx Medium Red Violet. HEX triplet: B3, 2D and 96. RGB value is (179,45,150). Sum of RGB (Red+Green+Blue) = 179+45+150=374 (49% of max value = 765). Red value is 179 (70.31% from 255 or 47.86% from 374); Green value is 45 (17.97% from 255 or 12.03% from 374); Blue value is 150 (58.98% from 255 or 40.11% from 374); Max value from RGB is 179 - color contains mainly: red. Hex color #B32D96 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #B32D96 is #4CD269. Grayscale: #606060. Windows color (decimal): -5034602 or 9842099. OLE color: 9842099.

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

Color convert

RGB17945150-
CMYK00.750.160.30
HSL312.99º59.82%43.92%-
HSV(B)312.99º74.86%70.2%-
XYZ25.0313.6630.17-
YUV97.04157.89186.46-

RGB Variations

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

RGB

RED value IS 179 (70.31% from 255) = 47.86%
GREEN value IS 45 (17.97% from 255) = 12.03%
BLUE value IS 150 (58.98% from 255) = 40.11%
R=47.86%
G=12.03%
B=40.11%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.75
Y (Yellow) values IS 0.16
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal1794515000.750.160.30312.9959.8243.92
HexB32D9604B101E1393c2c
Octal26355226011320364717454
Binary1011001110110110010110010010111000011110100111001111100101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B32D96

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B32D96; }

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

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

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

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

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

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

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

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