#B416BD

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

Shades of Deep Magenta #B416BD

Tints of Deep Magenta #B416BD

Color information

#B416BD (or 0xB416BD) is unknown color: approx Deep Magenta. HEX triplet: B4, 16 and BD. RGB value is (180,22,189). Sum of RGB (Red+Green+Blue) = 180+22+189=391 (51% of max value = 765). Red value is 180 (70.70% from 255 or 46.04% from 391); Green value is 22 (8.98% from 255 or 5.63% from 391); Blue value is 189 (74.22% from 255 or 48.34% from 391); Max value from RGB is 189 - color contains mainly: blue. Hex color #B416BD is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #B416BD is #4BE942. Grayscale: #575757. Windows color (decimal): -4974915 or 12392116. OLE color: 12392116.

HSL color Cylindrical-coordinate representation of color #B416BD: hue angle of 296.77º 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 #B416BD is Cyan = 0.05, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB18022189-
CMYK0.050.8800.26
HSL296.77º79.15%41.37%-
HSV(B)296.77º88.36%74.12%-
XYZ28.2913.9549.35-
YUV88.28184.85193.42-

RGB Variations

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

RGB

RED value IS 180 (70.70% from 255) = 46.04%
GREEN value IS 22 (8.98% from 255) = 5.63%
BLUE value IS 189 (74.22% from 255) = 48.34%
R=46.04%
G=5.63%
B=48.34%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0.88
Y (Yellow) values IS 0
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal180221890.050.8800.26296.7779.1541.37
HexB416BD55801A1294f29
Octal26426275513003245111751
Binary10110100101101011110110110110000110101001010011001111101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B416BD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B416BD; }

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

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

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

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

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

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

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

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