#B520B8

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

Shades of Deep Magenta #B520B8

Tints of Deep Magenta #B520B8

Color information

#B520B8 (or 0xB520B8) is unknown color: approx Deep Magenta. HEX triplet: B5, 20 and B8. RGB value is (181,32,184). Sum of RGB (Red+Green+Blue) = 181+32+184=397 (52% of max value = 765). Red value is 181 (71.09% from 255 or 45.59% from 397); Green value is 32 (12.89% from 255 or 8.06% from 397); Blue value is 184 (72.27% from 255 or 46.35% from 397); Max value from RGB is 184 - color contains mainly: blue. Hex color #B520B8 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #B520B8 is #4ADF47. Grayscale: #5D5D5D. Windows color (decimal): -4906824 or 12066997. OLE color: 12066997.

HSL color Cylindrical-coordinate representation of color #B520B8: hue angle of 298.82º degrees, saturation: 0.7, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #B520B8 is Cyan = 0.02, Magento = 0.83, Yellow = 0 and Black (K on CMYK) = 0.28.

Color convert

RGB18132184-
CMYK0.020.8300.28
HSL298.82º70.37%42.35%-
HSV(B)298.82º82.61%72.16%-
XYZ28.2214.3246.62-
YUV93.88178.86190.14-

RGB Variations

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

RGB

RED value IS 181 (71.09% from 255) = 45.59%
GREEN value IS 32 (12.89% from 255) = 8.06%
BLUE value IS 184 (72.27% from 255) = 46.35%
R=45.59%
G=8.06%
B=46.35%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0.83
Y (Yellow) values IS 0
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal181321840.020.8300.28298.8270.3742.35
HexB520B825301C12b462a
Octal26540270212303445310652
Binary10110101100000101110001010100110111001001010111000110101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B520B8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B520B8; }

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

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

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

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

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

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

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

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