#B32E97

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

Shades of Medium Red Violet #B32E97

Tints of Medium Red Violet #B32E97

Color information

#B32E97 (or 0xB32E97) is unknown color: approx Medium Red Violet. HEX triplet: B3, 2E and 97. RGB value is (179,46,151). Sum of RGB (Red+Green+Blue) = 179+46+151=376 (49% of max value = 765). Red value is 179 (70.31% from 255 or 47.61% from 376); Green value is 46 (18.36% from 255 or 12.23% from 376); Blue value is 151 (59.38% from 255 or 40.16% from 376); Max value from RGB is 179 - color contains mainly: red. Hex color #B32E97 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #B32E97 is #4CD168. Grayscale: #616161. Windows color (decimal): -5034345 or 9907891. OLE color: 9907891.

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

Color convert

RGB17946151-
CMYK00.740.160.30
HSL312.63º59.11%44.12%-
HSV(B)312.63º74.3%70.2%-
XYZ25.1513.7730.61-
YUV97.74158.06185.96-

RGB Variations

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

RGB

RED value IS 179 (70.31% from 255) = 47.61%
GREEN value IS 46 (18.36% from 255) = 12.23%
BLUE value IS 151 (59.38% from 255) = 40.16%
R=47.61%
G=12.23%
B=40.16%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.74
Y (Yellow) values IS 0.16
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal1794615100.740.160.30312.6359.1144.12
HexB32E9704A101E1393b2c
Octal26356227011220364717354
Binary1011001110111010010111010010101000011110100111001111011101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B32E97

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B32E97; }

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

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

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

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

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

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

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

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