#B537A6

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

Shades of Medium Red Violet #B537A6

Tints of Medium Red Violet #B537A6

Color information

#B537A6 (or 0xB537A6) is unknown color: approx Medium Red Violet. HEX triplet: B5, 37 and A6. RGB value is (181,55,166). Sum of RGB (Red+Green+Blue) = 181+55+166=402 (53% of max value = 765). Red value is 181 (71.09% from 255 or 45.02% from 402); Green value is 55 (21.88% from 255 or 13.68% from 402); Blue value is 166 (65.23% from 255 or 41.29% from 402); Max value from RGB is 181 - color contains mainly: red. Hex color #B537A6 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #B537A6 is #4AC859. Grayscale: #696969. Windows color (decimal): -4900954 or 10893237. OLE color: 10893237.

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

Color convert

RGB18155166-
CMYK00.700.080.29
HSL307.14º53.39%46.27%-
HSV(B)307.14º69.61%70.98%-
XYZ27.3115.3137.59-
YUV105.33162.24181.97-

RGB Variations

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

RGB

RED value IS 181 (71.09% from 255) = 45.02%
GREEN value IS 55 (21.88% from 255) = 13.68%
BLUE value IS 166 (65.23% from 255) = 41.29%
R=45.02%
G=13.68%
B=41.29%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.70
Y (Yellow) values IS 0.08
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1815516600.700.080.29307.1453.3946.27
HexB537A604681D133352e
Octal26567246010610354636556
Binary101101011101111010011001000110100011101100110011110101101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B537A6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B537A6; }

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

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

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

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

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

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

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

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