#B516B8

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

Shades of Deep Magenta #B516B8

Tints of Deep Magenta #B516B8

Color information

#B516B8 (or 0xB516B8) is unknown color: approx Deep Magenta. HEX triplet: B5, 16 and B8. RGB value is (181,22,184). Sum of RGB (Red+Green+Blue) = 181+22+184=387 (51% of max value = 765). Red value is 181 (71.09% from 255 or 46.77% from 387); Green value is 22 (8.98% from 255 or 5.68% from 387); Blue value is 184 (72.27% from 255 or 47.55% from 387); Max value from RGB is 184 - color contains mainly: blue. Hex color #B516B8 is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #B516B8 is #4AE947. Grayscale: #575757. Windows color (decimal): -4909384 or 12064437. OLE color: 12064437.

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

Color convert

RGB18122184-
CMYK0.020.8800.28
HSL298.89º78.64%40.39%-
HSV(B)298.89º88.04%72.16%-
XYZ27.9913.8646.55-
YUV88.01182.18194.33-

RGB Variations

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

RGB

RED value IS 181 (71.09% from 255) = 46.77%
GREEN value IS 22 (8.98% from 255) = 5.68%
BLUE value IS 184 (72.27% from 255) = 47.55%
R=46.77%
G=5.68%
B=47.55%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0.88
Y (Yellow) values IS 0
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal181221840.020.8800.28298.8978.6440.39
HexB516B825801C12b4f28
Octal26526270213003445311750
Binary1011010110110101110001010110000111001001010111001111101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B516B8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B516B8; }

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

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

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

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

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

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

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

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