#B522B1

Color #B522B1 Deep Magenta (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Deep Magenta #B522B1

Tints of Deep Magenta #B522B1

Color information

#B522B1 (or 0xB522B1) is unknown color: approx Deep Magenta. HEX triplet: B5, 22 and B1. RGB value is (181,34,177). Sum of RGB (Red+Green+Blue) = 181+34+177=392 (51% of max value = 765). Red value is 181 (71.09% from 255 or 46.17% from 392); Green value is 34 (13.67% from 255 or 8.67% from 392); Blue value is 177 (69.53% from 255 or 45.15% from 392); Max value from RGB is 181 - color contains mainly: red. Hex color #B522B1 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #B522B1 is #4ADD4E. Grayscale: #5D5D5D. Windows color (decimal): -4906319 or 11608757. OLE color: 11608757.

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

Color convert

RGB18134177-
CMYK00.810.020.29
HSL301.63º68.37%42.16%-
HSV(B)301.63º81.22%70.98%-
XYZ27.5614.1442.87-
YUV94.26174.7189.87-

RGB Variations

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

RGB

RED value IS 181 (71.09% from 255) = 46.17%
GREEN value IS 34 (13.67% from 255) = 8.67%
BLUE value IS 177 (69.53% from 255) = 45.15%
R=46.17%
G=8.67%
B=45.15%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.81
Y (Yellow) values IS 0.02
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1813417700.810.020.29301.6368.3742.16
HexB522B105121D12e442a
Octal26542261012123545610452
Binary10110101100010101100010101000110111011001011101000100101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B522B1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B522B1; }

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

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

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

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

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

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

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

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