#B537A1

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

Shades of Medium Red Violet #B537A1

Tints of Medium Red Violet #B537A1

Color information

#B537A1 (or 0xB537A1) is unknown color: approx Medium Red Violet. HEX triplet: B5, 37 and A1. RGB value is (181,55,161). Sum of RGB (Red+Green+Blue) = 181+55+161=397 (52% of max value = 765). Red value is 181 (71.09% from 255 or 45.59% from 397); Green value is 55 (21.88% from 255 or 13.85% from 397); Blue value is 161 (63.28% from 255 or 40.55% from 397); Max value from RGB is 181 - color contains mainly: red. Hex color #B537A1 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #B537A1 is #4AC85E. Grayscale: #686868. Windows color (decimal): -4900959 or 10565557. OLE color: 10565557.

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

Color convert

RGB18155161-
CMYK00.700.110.29
HSL309.52º53.39%46.27%-
HSV(B)309.52º69.61%70.98%-
XYZ26.8615.1335.22-
YUV104.76159.74182.38-

RGB Variations

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

RGB

RED value IS 181 (71.09% from 255) = 45.59%
GREEN value IS 55 (21.88% from 255) = 13.85%
BLUE value IS 161 (63.28% from 255) = 40.55%
R=45.59%
G=13.85%
B=40.55%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.70
Y (Yellow) values IS 0.11
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1815516100.700.110.29309.5253.3946.27
HexB537A1046B1D136352e
Octal26567241010613354666556
Binary101101011101111010000101000110101111101100110110110101101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B537A1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B537A1; }

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

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

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

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

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

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

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

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