#B53786

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

Shades of Medium Red Violet #B53786

Tints of Medium Red Violet #B53786

Color information

#B53786 (or 0xB53786) is unknown color: approx Medium Red Violet. HEX triplet: B5, 37 and 86. RGB value is (181,55,134). Sum of RGB (Red+Green+Blue) = 181+55+134=370 (49% of max value = 765). Red value is 181 (71.09% from 255 or 48.92% from 370); Green value is 55 (21.88% from 255 or 14.86% from 370); Blue value is 134 (52.73% from 255 or 36.22% from 370); Max value from RGB is 181 - color contains mainly: red. Hex color #B53786 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #B53786 is #4AC879. Grayscale: #656565. Windows color (decimal): -4900986 or 8796085. OLE color: 8796085.

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

Color convert

RGB18155134-
CMYK00.700.260.29
HSL322.38º53.39%46.27%-
HSV(B)322.38º69.61%70.98%-
XYZ24.7314.2824.01-
YUV101.68146.24184.58-

RGB Variations

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

RGB

RED value IS 181 (71.09% from 255) = 48.92%
GREEN value IS 55 (21.88% from 255) = 14.86%
BLUE value IS 134 (52.73% from 255) = 36.22%
R=48.92%
G=14.86%
B=36.22%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.70
Y (Yellow) values IS 0.26
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1815513400.700.260.29322.3853.3946.27
HexB537860461A1D142352e
Octal26567206010632355026556
Binary1011010111011110000110010001101101011101101000010110101101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B53786

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B53786; }

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

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

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

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

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

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

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

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