#B32993

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

Shades of Medium Red Violet #B32993

Tints of Medium Red Violet #B32993

Color information

#B32993 (or 0xB32993) is unknown color: approx Medium Red Violet. HEX triplet: B3, 29 and 93. RGB value is (179,41,147). Sum of RGB (Red+Green+Blue) = 179+41+147=367 (48% of max value = 765). Red value is 179 (70.31% from 255 or 48.77% from 367); Green value is 41 (16.41% from 255 or 11.17% from 367); Blue value is 147 (57.81% from 255 or 40.05% from 367); Max value from RGB is 179 - color contains mainly: red. Hex color #B32993 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #B32993 is #4CD66C. Grayscale: #5E5E5E. Windows color (decimal): -5035629 or 9644467. OLE color: 9644467.

HSL color Cylindrical-coordinate representation of color #B32993: hue angle of 313.91º degrees, saturation: 0.63, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #B32993 is Cyan = 0, Magento = 0.77, Yellow = 0.18 and Black (K on CMYK) = 0.30.

Color convert

RGB17941147-
CMYK00.770.180.30
HSL313.91º62.73%43.14%-
HSV(B)313.91º77.09%70.2%-
XYZ24.6513.2828.87-
YUV94.35157.72188.38-

RGB Variations

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

RGB

RED value IS 179 (70.31% from 255) = 48.77%
GREEN value IS 41 (16.41% from 255) = 11.17%
BLUE value IS 147 (57.81% from 255) = 40.05%
R=48.77%
G=11.17%
B=40.05%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.77
Y (Yellow) values IS 0.18
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal1794114700.770.180.30313.9162.7343.14
HexB3299304D121E13a3f2b
Octal26351223011522364727753
Binary1011001110100110010011010011011001011110100111010111111101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B32993

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B32993; }

 p { color: rgb(179,41,147); }

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

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

 a { background-color: rgb(179,41,147); }

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

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

 span { border-color: rgb(179,41,147); }

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