#B416B9

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

Shades of Deep Magenta #B416B9

Tints of Deep Magenta #B416B9

Color information

#B416B9 (or 0xB416B9) is unknown color: approx Deep Magenta. HEX triplet: B4, 16 and B9. RGB value is (180,22,185). Sum of RGB (Red+Green+Blue) = 180+22+185=387 (51% of max value = 765). Red value is 180 (70.70% from 255 or 46.51% from 387); Green value is 22 (8.98% from 255 or 5.68% from 387); Blue value is 185 (72.66% from 255 or 47.80% from 387); Max value from RGB is 185 - color contains mainly: blue. Hex color #B416B9 is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #B416B9 is #4BE946. Grayscale: #575757. Windows color (decimal): -4974919 or 12129972. OLE color: 12129972.

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

Color convert

RGB18022185-
CMYK0.030.8800.27
HSL298.16º78.74%40.59%-
HSV(B)298.16º88.11%72.55%-
XYZ27.8713.7847.09-
YUV87.82182.85193.75-

RGB Variations

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

RGB

RED value IS 180 (70.70% from 255) = 46.51%
GREEN value IS 22 (8.98% from 255) = 5.68%
BLUE value IS 185 (72.66% from 255) = 47.80%
R=46.51%
G=5.68%
B=47.80%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0.88
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal180221850.030.8800.27298.1678.7440.59
HexB416B935801B12a4f29
Octal26426271313003345211751
Binary1011010010110101110011110110000110111001010101001111101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B416B9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B416B9; }

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

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

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

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

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

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

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

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