#B32E89

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

Shades of Medium Red Violet #B32E89

Tints of Medium Red Violet #B32E89

Color information

#B32E89 (or 0xB32E89) is unknown color: approx Medium Red Violet. HEX triplet: B3, 2E and 89. RGB value is (179,46,137). Sum of RGB (Red+Green+Blue) = 179+46+137=362 (47% of max value = 765). Red value is 179 (70.31% from 255 or 49.45% from 362); Green value is 46 (18.36% from 255 or 12.71% from 362); Blue value is 137 (53.91% from 255 or 37.85% from 362); Max value from RGB is 179 - color contains mainly: red. Hex color #B32E89 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #B32E89 is #4CD176. Grayscale: #5F5F5F. Windows color (decimal): -5034359 or 8990387. OLE color: 8990387.

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

Color convert

RGB17946137-
CMYK00.740.230.30
HSL318.95º59.11%44.12%-
HSV(B)318.95º74.3%70.2%-
XYZ24.0813.3424.97-
YUV96.14151.06187.1-

RGB Variations

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

RGB

RED value IS 179 (70.31% from 255) = 49.45%
GREEN value IS 46 (18.36% from 255) = 12.71%
BLUE value IS 137 (53.91% from 255) = 37.85%
R=49.45%
G=12.71%
B=37.85%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.74
Y (Yellow) values IS 0.23
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal1794613700.740.230.30318.9559.1144.12
HexB32E8904A171E13f3b2c
Octal26356211011227364777354
Binary1011001110111010001001010010101011111110100111111111011101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B32E89

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B32E89; }

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

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

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

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

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

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

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

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