#B537A5

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

Shades of Medium Red Violet #B537A5

Tints of Medium Red Violet #B537A5

Color information

#B537A5 (or 0xB537A5) is unknown color: approx Medium Red Violet. HEX triplet: B5, 37 and A5. RGB value is (181,55,165). Sum of RGB (Red+Green+Blue) = 181+55+165=401 (53% of max value = 765). Red value is 181 (71.09% from 255 or 45.14% from 401); Green value is 55 (21.88% from 255 or 13.72% from 401); Blue value is 165 (64.84% from 255 or 41.15% from 401); Max value from RGB is 181 - color contains mainly: red. Hex color #B537A5 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #B537A5 is #4AC85A. Grayscale: #686868. Windows color (decimal): -4900955 or 10827701. OLE color: 10827701.

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

Color convert

RGB18155165-
CMYK00.700.090.29
HSL307.62º53.39%46.27%-
HSV(B)307.62º69.61%70.98%-
XYZ27.2115.2737.11-
YUV105.21161.74182.06-

RGB Variations

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

RGB

RED value IS 181 (71.09% from 255) = 45.14%
GREEN value IS 55 (21.88% from 255) = 13.72%
BLUE value IS 165 (64.84% from 255) = 41.15%
R=45.14%
G=13.72%
B=41.15%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.70
Y (Yellow) values IS 0.09
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1815516500.700.090.29307.6253.3946.27
HexB537A504691D134352e
Octal26567245010611354646556
Binary101101011101111010010101000110100111101100110100110101101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B537A5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B537A5; }

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

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

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

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

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

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

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

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