#B53776

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

Shades of Medium Red Violet #B53776

Tints of Medium Red Violet #B53776

Color information

#B53776 (or 0xB53776) is unknown color: approx Medium Red Violet. HEX triplet: B5, 37 and 76. RGB value is (181,55,118). Sum of RGB (Red+Green+Blue) = 181+55+118=354 (46% of max value = 765). Red value is 181 (71.09% from 255 or 51.13% from 354); Green value is 55 (21.88% from 255 or 15.54% from 354); Blue value is 118 (46.48% from 255 or 33.33% from 354); Max value from RGB is 181 - color contains mainly: red. Hex color #B53776 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #B53776 is #4AC889. Grayscale: #636363. Windows color (decimal): -4901002 or 7747509. OLE color: 7747509.

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

Color convert

RGB18155118-
CMYK00.700.350.29
HSL330º53.39%46.27%-
HSV(B)330º69.61%70.98%-
XYZ23.6913.8618.57-
YUV99.86138.24185.88-

RGB Variations

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

RGB

RED value IS 181 (71.09% from 255) = 51.13%
GREEN value IS 55 (21.88% from 255) = 15.54%
BLUE value IS 118 (46.48% from 255) = 33.33%
R=51.13%
G=15.54%
B=33.33%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.70
Y (Yellow) values IS 0.35
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1815511800.700.350.2933053.3946.27
HexB53776046231D14a352e
Octal26567166010643355126556
Binary1011010111011111101100100011010001111101101001010110101101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B53776

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B53776; }

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

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

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

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

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

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

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

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