#B520B9

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

Shades of Deep Magenta #B520B9

Tints of Deep Magenta #B520B9

Color information

#B520B9 (or 0xB520B9) is unknown color: approx Deep Magenta. HEX triplet: B5, 20 and B9. RGB value is (181,32,185). Sum of RGB (Red+Green+Blue) = 181+32+185=398 (52% of max value = 765). Red value is 181 (71.09% from 255 or 45.48% from 398); Green value is 32 (12.89% from 255 or 8.04% from 398); Blue value is 185 (72.66% from 255 or 46.48% from 398); Max value from RGB is 185 - color contains mainly: blue. Hex color #B520B9 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #B520B9 is #4ADF46. Grayscale: #5D5D5D. Windows color (decimal): -4906823 or 12132533. OLE color: 12132533.

HSL color Cylindrical-coordinate representation of color #B520B9: hue angle of 298.43º degrees, saturation: 0.71, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #B520B9 is Cyan = 0.02, Magento = 0.83, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB18132185-
CMYK0.020.8300.27
HSL298.43º70.51%42.55%-
HSV(B)298.43º82.7%72.55%-
XYZ28.3314.3647.18-
YUV93.99179.36190.06-

RGB Variations

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

RGB

RED value IS 181 (71.09% from 255) = 45.48%
GREEN value IS 32 (12.89% from 255) = 8.04%
BLUE value IS 185 (72.66% from 255) = 46.48%
R=45.48%
G=8.04%
B=46.48%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0.83
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal181321850.020.8300.27298.4370.5142.55
HexB520B925301B12a472b
Octal26540271212303345210753
Binary10110101100000101110011010100110110111001010101000111101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B520B9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B520B9; }

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

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

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

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

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

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

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

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