#B53876

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

Shades of Medium Red Violet #B53876

Tints of Medium Red Violet #B53876

Color information

#B53876 (or 0xB53876) is unknown color: approx Medium Red Violet. HEX triplet: B5, 38 and 76. RGB value is (181,56,118). Sum of RGB (Red+Green+Blue) = 181+56+118=355 (47% of max value = 765). Red value is 181 (71.09% from 255 or 50.99% from 355); Green value is 56 (22.27% from 255 or 15.77% from 355); Blue value is 118 (46.48% from 255 or 33.24% from 355); Max value from RGB is 181 - color contains mainly: red. Hex color #B53876 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #B53876 is #4AC789. Grayscale: #646464. Windows color (decimal): -4900746 or 7747765. OLE color: 7747765.

HSL color Cylindrical-coordinate representation of color #B53876: hue angle of 330.24º 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 #B53876 is Cyan = 0, Magento = 0.69, Yellow = 0.35 and Black (K on CMYK) = 0.29.

Color convert

RGB18156118-
CMYK00.690.350.29
HSL330.24º52.74%46.47%-
HSV(B)330.24º69.06%70.98%-
XYZ23.7413.9618.58-
YUV100.44137.91185.46-

RGB Variations

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

RGB

RED value IS 181 (71.09% from 255) = 50.99%
GREEN value IS 56 (22.27% from 255) = 15.77%
BLUE value IS 118 (46.48% from 255) = 33.24%
R=50.99%
G=15.77%
B=33.24%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.69
Y (Yellow) values IS 0.35
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1815611800.690.350.29330.2452.7446.47
HexB53876045231D14a352e
Octal26570166010543355126556
Binary1011010111100011101100100010110001111101101001010110101101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B53876

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B53876; }

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

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

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

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

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

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

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

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