#B516BD

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

Shades of Deep Magenta #B516BD

Tints of Deep Magenta #B516BD

Color information

#B516BD (or 0xB516BD) is unknown color: approx Deep Magenta. HEX triplet: B5, 16 and BD. RGB value is (181,22,189). Sum of RGB (Red+Green+Blue) = 181+22+189=392 (51% of max value = 765). Red value is 181 (71.09% from 255 or 46.17% from 392); Green value is 22 (8.98% from 255 or 5.61% from 392); Blue value is 189 (74.22% from 255 or 48.21% from 392); Max value from RGB is 189 - color contains mainly: blue. Hex color #B516BD is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #B516BD is #4AE942. Grayscale: #585858. Windows color (decimal): -4909379 or 12392117. OLE color: 12392117.

HSL color Cylindrical-coordinate representation of color #B516BD: hue angle of 297.13º degrees, saturation: 0.79, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #B516BD is Cyan = 0.04, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB18122189-
CMYK0.040.8800.26
HSL297.13º79.15%41.37%-
HSV(B)297.13º88.36%74.12%-
XYZ28.5314.0749.36-
YUV88.58184.68193.92-

RGB Variations

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

RGB

RED value IS 181 (71.09% from 255) = 46.17%
GREEN value IS 22 (8.98% from 255) = 5.61%
BLUE value IS 189 (74.22% from 255) = 48.21%
R=46.17%
G=5.61%
B=48.21%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0.88
Y (Yellow) values IS 0
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal181221890.040.8800.26297.1379.1541.37
HexB516BD45801A1294f29
Octal26526275413003245111751
Binary10110101101101011110110010110000110101001010011001111101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B516BD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B516BD; }

 p { color: rgb(181,22,189); }

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

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

 a { background-color: rgb(181,22,189); }

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

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

 span { border-color: rgb(181,22,189); }

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