#B539A5

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

Shades of Medium Red Violet #B539A5

Tints of Medium Red Violet #B539A5

Color information

#B539A5 (or 0xB539A5) is unknown color: approx Medium Red Violet. HEX triplet: B5, 39 and A5. RGB value is (181,57,165). Sum of RGB (Red+Green+Blue) = 181+57+165=403 (53% of max value = 765). Red value is 181 (71.09% from 255 or 44.91% from 403); Green value is 57 (22.66% from 255 or 14.14% from 403); Blue value is 165 (64.84% from 255 or 40.94% from 403); Max value from RGB is 181 - color contains mainly: red. Hex color #B539A5 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #B539A5 is #4AC65A. Grayscale: #6A6A6A. Windows color (decimal): -4900443 or 10828213. OLE color: 10828213.

HSL color Cylindrical-coordinate representation of color #B539A5: hue angle of 307.74º degrees, saturation: 0.52, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #B539A5 is Cyan = 0, Magento = 0.69, Yellow = 0.09 and Black (K on CMYK) = 0.29.

Color convert

RGB18157165-
CMYK00.690.090.29
HSL307.74º52.1%46.67%-
HSV(B)307.74º68.51%70.98%-
XYZ27.3115.4737.14-
YUV106.39161.08181.22-

RGB Variations

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

RGB

RED value IS 181 (71.09% from 255) = 44.91%
GREEN value IS 57 (22.66% from 255) = 14.14%
BLUE value IS 165 (64.84% from 255) = 40.94%
R=44.91%
G=14.14%
B=40.94%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.69
Y (Yellow) values IS 0.09
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1815716500.690.090.29307.7452.146.67
HexB539A504591D134342f
Octal26571245010511354646457
Binary101101011110011010010101000101100111101100110100110100101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B539A5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B539A5; }

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

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

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

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

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

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

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

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