#B53979

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

Shades of Medium Red Violet #B53979

Tints of Medium Red Violet #B53979

Color information

#B53979 (or 0xB53979) is unknown color: approx Medium Red Violet. HEX triplet: B5, 39 and 79. RGB value is (181,57,121). Sum of RGB (Red+Green+Blue) = 181+57+121=359 (47% of max value = 765). Red value is 181 (71.09% from 255 or 50.42% from 359); Green value is 57 (22.66% from 255 or 15.88% from 359); Blue value is 121 (47.66% from 255 or 33.70% from 359); Max value from RGB is 181 - color contains mainly: red. Hex color #B53979 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #B53979 is #4AC686. Grayscale: #656565. Windows color (decimal): -4900487 or 7944629. OLE color: 7944629.

HSL color Cylindrical-coordinate representation of color #B53979: hue angle of 329.03º degrees, saturation: 0.52, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #B53979 is Cyan = 0, Magento = 0.69, Yellow = 0.33 and Black (K on CMYK) = 0.29.

Color convert

RGB18157121-
CMYK00.690.330.29
HSL329.03º52.1%46.67%-
HSV(B)329.03º68.51%70.98%-
XYZ23.9714.1319.55-
YUV101.37139.08184.8-

RGB Variations

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

RGB

RED value IS 181 (71.09% from 255) = 50.42%
GREEN value IS 57 (22.66% from 255) = 15.88%
BLUE value IS 121 (47.66% from 255) = 33.70%
R=50.42%
G=15.88%
B=33.70%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.69
Y (Yellow) values IS 0.33
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1815712100.690.330.29329.0352.146.67
HexB53979045211D149342f
Octal26571171010541355116457
Binary1011010111100111110010100010110000111101101001001110100101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B53979

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B53979; }

 p { color: rgb(181,57,121); }

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

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

 a { background-color: rgb(181,57,121); }

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

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

 span { border-color: rgb(181,57,121); }

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