#B522B3

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

Shades of Deep Magenta #B522B3

Tints of Deep Magenta #B522B3

Color information

#B522B3 (or 0xB522B3) is unknown color: approx Deep Magenta. HEX triplet: B5, 22 and B3. RGB value is (181,34,179). Sum of RGB (Red+Green+Blue) = 181+34+179=394 (52% of max value = 765). Red value is 181 (71.09% from 255 or 45.94% from 394); Green value is 34 (13.67% from 255 or 8.63% from 394); Blue value is 179 (70.31% from 255 or 45.43% from 394); Max value from RGB is 181 - color contains mainly: red. Hex color #B522B3 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #B522B3 is #4ADD4C. Grayscale: #5E5E5E. Windows color (decimal): -4906317 or 11739829. OLE color: 11739829.

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

Color convert

RGB18134179-
CMYK00.810.010.29
HSL300.82º68.37%42.16%-
HSV(B)300.82º81.22%70.98%-
XYZ27.7614.2243.93-
YUV94.48175.7189.71-

RGB Variations

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

RGB

RED value IS 181 (71.09% from 255) = 45.94%
GREEN value IS 34 (13.67% from 255) = 8.63%
BLUE value IS 179 (70.31% from 255) = 45.43%
R=45.94%
G=8.63%
B=45.43%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.81
Y (Yellow) values IS 0.01
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1813417900.810.010.29300.8268.3742.16
HexB522B305111D12d442a
Octal26542263012113545510452
Binary1011010110001010110011010100011111011001011011000100101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B522B3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B522B3; }

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

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

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

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

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

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

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

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