#B53579

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

Shades of Medium Red Violet #B53579

Tints of Medium Red Violet #B53579

Color information

#B53579 (or 0xB53579) is unknown color: approx Medium Red Violet. HEX triplet: B5, 35 and 79. RGB value is (181,53,121). Sum of RGB (Red+Green+Blue) = 181+53+121=355 (47% of max value = 765). Red value is 181 (71.09% from 255 or 50.99% from 355); Green value is 53 (21.09% from 255 or 14.93% from 355); Blue value is 121 (47.66% from 255 or 34.08% from 355); Max value from RGB is 181 - color contains mainly: red. Hex color #B53579 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #B53579 is #4ACA86. Grayscale: #626262. Windows color (decimal): -4901511 or 7943605. OLE color: 7943605.

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

Color convert

RGB18153121-
CMYK00.710.330.29
HSL328.12º54.7%45.88%-
HSV(B)328.12º70.72%70.98%-
XYZ23.7813.7519.49-
YUV99.02140.41186.47-

RGB Variations

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

RGB

RED value IS 181 (71.09% from 255) = 50.99%
GREEN value IS 53 (21.09% from 255) = 14.93%
BLUE value IS 121 (47.66% from 255) = 34.08%
R=50.99%
G=14.93%
B=34.08%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.71
Y (Yellow) values IS 0.33
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1815312100.710.330.29328.1254.745.88
HexB53579047211D148372e
Octal26565171010741355106756
Binary1011010111010111110010100011110000111101101001000110111101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B53579

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B53579; }

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

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

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

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

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

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

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

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