#B32E8D

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

Shades of Medium Red Violet #B32E8D

Tints of Medium Red Violet #B32E8D

Color information

#B32E8D (or 0xB32E8D) is unknown color: approx Medium Red Violet. HEX triplet: B3, 2E and 8D. RGB value is (179,46,141). Sum of RGB (Red+Green+Blue) = 179+46+141=366 (48% of max value = 765). Red value is 179 (70.31% from 255 or 48.91% from 366); Green value is 46 (18.36% from 255 or 12.57% from 366); Blue value is 141 (55.47% from 255 or 38.52% from 366); Max value from RGB is 179 - color contains mainly: red. Hex color #B32E8D is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #B32E8D is #4CD172. Grayscale: #606060. Windows color (decimal): -5034355 or 9252531. OLE color: 9252531.

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

Color convert

RGB17946141-
CMYK00.740.210.30
HSL317.14º59.11%44.12%-
HSV(B)317.14º74.3%70.2%-
XYZ24.3813.4626.51-
YUV96.6153.06186.78-

RGB Variations

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

RGB

RED value IS 179 (70.31% from 255) = 48.91%
GREEN value IS 46 (18.36% from 255) = 12.57%
BLUE value IS 141 (55.47% from 255) = 38.52%
R=48.91%
G=12.57%
B=38.52%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.74
Y (Yellow) values IS 0.21
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal1794614100.740.210.30317.1459.1144.12
HexB32E8D04A151E13d3b2c
Octal26356215011225364757354
Binary1011001110111010001101010010101010111110100111101111011101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B32E8D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B32E8D; }

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

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

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

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

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

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

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

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