#B524A3

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

Shades of Medium Red Violet #B524A3

Tints of Medium Red Violet #B524A3

Color information

#B524A3 (or 0xB524A3) is unknown color: approx Medium Red Violet. HEX triplet: B5, 24 and A3. RGB value is (181,36,163). Sum of RGB (Red+Green+Blue) = 181+36+163=380 (50% of max value = 765). Red value is 181 (71.09% from 255 or 47.63% from 380); Green value is 36 (14.45% from 255 or 9.47% from 380); Blue value is 163 (64.06% from 255 or 42.89% from 380); Max value from RGB is 181 - color contains mainly: red. Hex color #B524A3 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #B524A3 is #4ADB5C. Grayscale: #5D5D5D. Windows color (decimal): -4905821 or 10691765. OLE color: 10691765.

HSL color Cylindrical-coordinate representation of color #B524A3: hue angle of 307.45º degrees, saturation: 0.67, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #B524A3 is Cyan = 0, Magento = 0.80, Yellow = 0.10 and Black (K on CMYK) = 0.29.

Color convert

RGB18136163-
CMYK00.800.100.29
HSL307.45º66.82%42.55%-
HSV(B)307.45º80.11%70.98%-
XYZ26.313.7335.91-
YUV93.83167.04190.17-

RGB Variations

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

RGB

RED value IS 181 (71.09% from 255) = 47.63%
GREEN value IS 36 (14.45% from 255) = 9.47%
BLUE value IS 163 (64.06% from 255) = 42.89%
R=47.63%
G=9.47%
B=42.89%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.80
Y (Yellow) values IS 0.10
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1813616300.800.100.29307.4566.8242.55
HexB524A3050A1D133432b
Octal265442430120123546310353
Binary1011010110010010100011010100001010111011001100111000011101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B524A3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B524A3; }

 p { color: rgb(181,36,163); }

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

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

 a { background-color: rgb(181,36,163); }

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

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

 span { border-color: rgb(181,36,163); }

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