#B916B9

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

Shades of Deep Magenta #B916B9

Tints of Deep Magenta #B916B9

Color information

#B916B9 (or 0xB916B9) is unknown color: approx Deep Magenta. HEX triplet: B9, 16 and B9. RGB value is (185,22,185). Sum of RGB (Red+Green+Blue) = 185+22+185=392 (51% of max value = 765). Red value is 185 (72.66% from 255 or 47.19% from 392); Green value is 22 (8.98% from 255 or 5.61% from 392); Blue value is 185 (72.66% from 255 or 47.19% from 392); Max value from RGB is 185 - color contains mainly: red, blue. Hex color #B916B9 is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #B916B9 is #46E946. Grayscale: #585858. Windows color (decimal): -4647239 or 12129977. OLE color: 12129977.

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

Color convert

RGB18522185-
CMYK00.8800.27
HSL300º78.74%40.59%-
HSV(B)300º88.11%72.55%-
XYZ29.0514.3947.15-
YUV89.32182196.25-

RGB Variations

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

RGB

RED value IS 185 (72.66% from 255) = 47.19%
GREEN value IS 22 (8.98% from 255) = 5.61%
BLUE value IS 185 (72.66% from 255) = 47.19%
R=47.19%
G=5.61%
B=47.19%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.88
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1852218500.8800.2730078.7440.59
HexB916B905801B12c4f29
Octal27126271013003345411751
Binary101110011011010111001010110000110111001011001001111101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B916B9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B916B9; }

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

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

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

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

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

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

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

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