#B522B2

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

Shades of Deep Magenta #B522B2

Tints of Deep Magenta #B522B2

Color information

#B522B2 (or 0xB522B2) is unknown color: approx Deep Magenta. HEX triplet: B5, 22 and B2. RGB value is (181,34,178). Sum of RGB (Red+Green+Blue) = 181+34+178=393 (52% of max value = 765). Red value is 181 (71.09% from 255 or 46.06% from 393); Green value is 34 (13.67% from 255 or 8.65% from 393); Blue value is 178 (69.92% from 255 or 45.29% from 393); Max value from RGB is 181 - color contains mainly: red. Hex color #B522B2 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #B522B2 is #4ADD4D. Grayscale: #5D5D5D. Windows color (decimal): -4906318 or 11674293. OLE color: 11674293.

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

Color convert

RGB18134178-
CMYK00.810.020.29
HSL301.22º68.37%42.16%-
HSV(B)301.22º81.22%70.98%-
XYZ27.6614.1843.4-
YUV94.37175.2189.79-

RGB Variations

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

RGB

RED value IS 181 (71.09% from 255) = 46.06%
GREEN value IS 34 (13.67% from 255) = 8.65%
BLUE value IS 178 (69.92% from 255) = 45.29%
R=46.06%
G=8.65%
B=45.29%

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
Decimal1813417800.810.020.29301.2268.3742.16
HexB522B205121D12d442a
Octal26542262012123545510452
Binary10110101100010101100100101000110111011001011011000100101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B522B2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B522B2; }

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

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

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

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

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

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

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

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