#B32E82

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

Shades of Medium Red Violet #B32E82

Tints of Medium Red Violet #B32E82

Color information

#B32E82 (or 0xB32E82) is unknown color: approx Medium Red Violet. HEX triplet: B3, 2E and 82. RGB value is (179,46,130). Sum of RGB (Red+Green+Blue) = 179+46+130=355 (47% of max value = 765). Red value is 179 (70.31% from 255 or 50.42% from 355); Green value is 46 (18.36% from 255 or 12.96% from 355); Blue value is 130 (51.17% from 255 or 36.62% from 355); Max value from RGB is 179 - color contains mainly: red. Hex color #B32E82 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #B32E82 is #4CD17D. Grayscale: #5F5F5F. Windows color (decimal): -5034366 or 8531635. OLE color: 8531635.

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

Color convert

RGB17946130-
CMYK00.740.270.30
HSL322.11º59.11%44.12%-
HSV(B)322.11º74.3%70.2%-
XYZ23.613.1522.41-
YUV95.34147.56187.67-

RGB Variations

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

RGB

RED value IS 179 (70.31% from 255) = 50.42%
GREEN value IS 46 (18.36% from 255) = 12.96%
BLUE value IS 130 (51.17% from 255) = 36.62%
R=50.42%
G=12.96%
B=36.62%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.74
Y (Yellow) values IS 0.27
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal1794613000.740.270.30322.1159.1144.12
HexB32E8204A1B1E1423b2c
Octal26356202011233365027354
Binary1011001110111010000010010010101101111110101000010111011101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B32E82

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B32E82; }

 p { color: rgb(179,46,130); }

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

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

 a { background-color: rgb(179,46,130); }

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

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

 span { border-color: rgb(179,46,130); }

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