#b522aa

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

Shades of Medium Red Violet #B522AA

Tints of Medium Red Violet #B522AA

Color information

#B522AA (or 0xB522AA) is unknown color: approx Medium Red Violet. HEX triplet: B5, 22 and AA. RGB value is (181,34,170). Sum of RGB (Red+Green+Blue) = 181+34+170=385 (50% of max value = 765). Red value is 181 (71.09% from 255 or 47.01% from 385); Green value is 34 (13.67% from 255 or 8.83% from 385); Blue value is 170 (66.80% from 255 or 44.16% from 385); Max value from RGB is 181 - color contains mainly: red. Hex color #B522AA is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #B522AA is #4ADD55. Grayscale: #5D5D5D. Windows color (decimal): -4906326 or 11150005. OLE color: 11150005.

HSL color Cylindrical-coordinate representation of color #B522AA: hue angle of 304.49º degrees, saturation: 0.68, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #B522AA is Cyan = 0, Magento = 0.81, Yellow = 0.06 and Black (K on CMYK) = 0.29.

Color convert

RGB18134170-
CMYK00.810.060.29
HSL304.49º68.37%42.16%-
HSV(B)304.49º81.22%70.98%-
XYZ26.8813.8739.29-
YUV93.46171.2190.44-

RGB Variations

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

RGB

RED value IS 181 (71.09% from 255) = 47.01%
GREEN value IS 34 (13.67% from 255) = 8.83%
BLUE value IS 170 (66.80% from 255) = 44.16%
R=47.01%
G=8.83%
B=44.16%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.81
Y (Yellow) values IS 0.06
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1813417000.810.060.29304.4968.3742.16
HexB522AA05161D130442a
Octal26542252012163546010452
Binary101101011000101010101001010001110111011001100001000100101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #b522aa

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #b522aa; }

 p { color: rgb(181,34,170); }

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

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

 a { background-color: rgb(181,34,170); }

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

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

 span { border-color: rgb(181,34,170); }

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