#B53879

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

Shades of Medium Red Violet #B53879

Tints of Medium Red Violet #B53879

Color information

#B53879 (or 0xB53879) is unknown color: approx Medium Red Violet. HEX triplet: B5, 38 and 79. RGB value is (181,56,121). Sum of RGB (Red+Green+Blue) = 181+56+121=358 (47% of max value = 765). Red value is 181 (71.09% from 255 or 50.56% from 358); Green value is 56 (22.27% from 255 or 15.64% from 358); Blue value is 121 (47.66% from 255 or 33.80% from 358); Max value from RGB is 181 - color contains mainly: red. Hex color #B53879 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #B53879 is #4AC786. Grayscale: #646464. Windows color (decimal): -4900743 or 7944373. OLE color: 7944373.

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

Color convert

RGB18156121-
CMYK00.690.330.29
HSL328.8º52.74%46.47%-
HSV(B)328.8º69.06%70.98%-
XYZ23.9214.0319.54-
YUV100.78139.41185.21-

RGB Variations

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

RGB

RED value IS 181 (71.09% from 255) = 50.56%
GREEN value IS 56 (22.27% from 255) = 15.64%
BLUE value IS 121 (47.66% from 255) = 33.80%
R=50.56%
G=15.64%
B=33.80%

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
Decimal1815612100.690.330.29328.852.7446.47
HexB53879045211D149352e
Octal26570171010541355116556
Binary1011010111100011110010100010110000111101101001001110101101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B53879

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B53879; }

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

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

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

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

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

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

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

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