#b522a1

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

Shades of Medium Red Violet #B522A1

Tints of Medium Red Violet #B522A1

Color information

#B522A1 (or 0xB522A1) is unknown color: approx Medium Red Violet. HEX triplet: B5, 22 and A1. RGB value is (181,34,161). Sum of RGB (Red+Green+Blue) = 181+34+161=376 (49% of max value = 765). Red value is 181 (71.09% from 255 or 48.14% from 376); Green value is 34 (13.67% from 255 or 9.04% from 376); Blue value is 161 (63.28% from 255 or 42.82% from 376); Max value from RGB is 181 - color contains mainly: red. Hex color #B522A1 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #B522A1 is #4ADD5E. Grayscale: #5C5C5C. Windows color (decimal): -4906335 or 10560181. OLE color: 10560181.

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

Color convert

RGB18134161-
CMYK00.810.110.29
HSL308.16º68.37%42.16%-
HSV(B)308.16º81.22%70.98%-
XYZ26.0613.5434.96-
YUV92.43166.7191.17-

RGB Variations

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

RGB

RED value IS 181 (71.09% from 255) = 48.14%
GREEN value IS 34 (13.67% from 255) = 9.04%
BLUE value IS 161 (63.28% from 255) = 42.82%
R=48.14%
G=9.04%
B=42.82%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.81
Y (Yellow) values IS 0.11
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1813416100.810.110.29308.1668.3742.16
HexB522A1051B1D134442a
Octal265422410121133546410452
Binary1011010110001010100001010100011011111011001101001000100101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #b522a1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #b522a1; }

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

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

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

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

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

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

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

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