#B32E8B

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

Shades of Medium Red Violet #B32E8B

Tints of Medium Red Violet #B32E8B

Color information

#B32E8B (or 0xB32E8B) is unknown color: approx Medium Red Violet. HEX triplet: B3, 2E and 8B. RGB value is (179,46,139). Sum of RGB (Red+Green+Blue) = 179+46+139=364 (48% of max value = 765). Red value is 179 (70.31% from 255 or 49.18% from 364); Green value is 46 (18.36% from 255 or 12.64% from 364); Blue value is 139 (54.69% from 255 or 38.19% from 364); Max value from RGB is 179 - color contains mainly: red. Hex color #B32E8B is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #B32E8B is #4CD174. Grayscale: #606060. Windows color (decimal): -5034357 or 9121459. OLE color: 9121459.

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

Color convert

RGB17946139-
CMYK00.740.220.30
HSL318.05º59.11%44.12%-
HSV(B)318.05º74.3%70.2%-
XYZ24.2313.425.74-
YUV96.37152.06186.94-

RGB Variations

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

RGB

RED value IS 179 (70.31% from 255) = 49.18%
GREEN value IS 46 (18.36% from 255) = 12.64%
BLUE value IS 139 (54.69% from 255) = 38.19%
R=49.18%
G=12.64%
B=38.19%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.74
Y (Yellow) values IS 0.22
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal1794613900.740.220.30318.0559.1144.12
HexB32E8B04A161E13e3b2c
Octal26356213011226364767354
Binary1011001110111010001011010010101011011110100111110111011101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B32E8B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B32E8B; }

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

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

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

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

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

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

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

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