#B32D7B

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

Shades of Medium Red Violet #B32D7B

Tints of Medium Red Violet #B32D7B

Color information

#B32D7B (or 0xB32D7B) is unknown color: approx Medium Red Violet. HEX triplet: B3, 2D and 7B. RGB value is (179,45,123). Sum of RGB (Red+Green+Blue) = 179+45+123=347 (45% of max value = 765). Red value is 179 (70.31% from 255 or 51.59% from 347); Green value is 45 (17.97% from 255 or 12.97% from 347); Blue value is 123 (48.44% from 255 or 35.45% from 347); Max value from RGB is 179 - color contains mainly: red. Hex color #B32D7B is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #B32D7B is #4CD284. Grayscale: #5D5D5D. Windows color (decimal): -5034629 or 8072627. OLE color: 8072627.

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

Color convert

RGB17945123-
CMYK00.750.310.30
HSL325.07º59.82%43.92%-
HSV(B)325.07º74.86%70.2%-
XYZ23.112.8920.01-
YUV93.96144.39188.66-

RGB Variations

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

RGB

RED value IS 179 (70.31% from 255) = 51.59%
GREEN value IS 45 (17.97% from 255) = 12.97%
BLUE value IS 123 (48.44% from 255) = 35.45%
R=51.59%
G=12.97%
B=35.45%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.75
Y (Yellow) values IS 0.31
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal1794512300.750.310.30325.0759.8243.92
HexB32D7B04B1F1E1453c2c
Octal26355173011337365057454
Binary101100111011011111011010010111111111110101000101111100101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B32D7B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B32D7B; }

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

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

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

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

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

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

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

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