#B32E7E

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

Shades of Medium Red Violet #B32E7E

Tints of Medium Red Violet #B32E7E

Color information

#B32E7E (or 0xB32E7E) is unknown color: approx Medium Red Violet. HEX triplet: B3, 2E and 7E. RGB value is (179,46,126). Sum of RGB (Red+Green+Blue) = 179+46+126=351 (46% of max value = 765). Red value is 179 (70.31% from 255 or 51.00% from 351); Green value is 46 (18.36% from 255 or 13.11% from 351); Blue value is 126 (49.61% from 255 or 35.90% from 351); Max value from RGB is 179 - color contains mainly: red. Hex color #B32E7E is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #B32E7E is #4CD181. Grayscale: #5E5E5E. Windows color (decimal): -5034370 or 8269491. OLE color: 8269491.

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

Color convert

RGB17946126-
CMYK00.740.300.30
HSL323.91º59.11%44.12%-
HSV(B)323.91º74.3%70.2%-
XYZ23.3313.0421.03-
YUV94.89145.56188-

RGB Variations

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

RGB

RED value IS 179 (70.31% from 255) = 51.00%
GREEN value IS 46 (18.36% from 255) = 13.11%
BLUE value IS 126 (49.61% from 255) = 35.90%
R=51.00%
G=13.11%
B=35.90%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.74
Y (Yellow) values IS 0.30
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal1794612600.740.300.30323.9159.1144.12
HexB32E7E04A1E1E1443b2c
Octal26356176011236365047354
Binary101100111011101111110010010101111011110101000100111011101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B32E7E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B32E7E; }

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

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

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

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

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

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

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

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