#b520b6

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

Shades of Deep Magenta #B520B6

Tints of Deep Magenta #B520B6

Color information

#B520B6 (or 0xB520B6) is unknown color: approx Deep Magenta. HEX triplet: B5, 20 and B6. RGB value is (181,32,182). Sum of RGB (Red+Green+Blue) = 181+32+182=395 (52% of max value = 765). Red value is 181 (71.09% from 255 or 45.82% from 395); Green value is 32 (12.89% from 255 or 8.10% from 395); Blue value is 182 (71.48% from 255 or 46.08% from 395); Max value from RGB is 182 - color contains mainly: blue. Hex color #B520B6 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #B520B6 is #4ADF49. Grayscale: #5D5D5D. Windows color (decimal): -4906826 or 11935925. OLE color: 11935925.

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

Color convert

RGB18132182-
CMYK0.010.8200.29
HSL299.6º70.09%41.96%-
HSV(B)299.6º82.42%71.37%-
XYZ28.0214.2345.53-
YUV93.65177.86190.3-

RGB Variations

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

RGB

RED value IS 181 (71.09% from 255) = 45.82%
GREEN value IS 32 (12.89% from 255) = 8.10%
BLUE value IS 182 (71.48% from 255) = 46.08%
R=45.82%
G=8.10%
B=46.08%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0.82
Y (Yellow) values IS 0
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal181321820.010.8200.29299.670.0941.96
HexB520B615201D12c462a
Octal26540266112203545410652
Binary1011010110000010110110110100100111011001011001000110101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #b520b6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #b520b6; }

 p { color: rgb(181,32,182); }

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

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

 a { background-color: rgb(181,32,182); }

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

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

 span { border-color: rgb(181,32,182); }

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