#B916B4

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

Shades of Deep Magenta #B916B4

Tints of Deep Magenta #B916B4

Color information

#B916B4 (or 0xB916B4) is unknown color: approx Deep Magenta. HEX triplet: B9, 16 and B4. RGB value is (185,22,180). Sum of RGB (Red+Green+Blue) = 185+22+180=387 (51% of max value = 765). Red value is 185 (72.66% from 255 or 47.80% from 387); Green value is 22 (8.98% from 255 or 5.68% from 387); Blue value is 180 (70.70% from 255 or 46.51% from 387); Max value from RGB is 185 - color contains mainly: red. Hex color #B916B4 is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #B916B4 is #46E94B. Grayscale: #585858. Windows color (decimal): -4647244 or 11802297. OLE color: 11802297.

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

Color convert

RGB18522180-
CMYK00.880.030.27
HSL301.84º78.74%40.59%-
HSV(B)301.84º88.11%72.55%-
XYZ28.5314.1844.41-
YUV88.75179.5196.65-

RGB Variations

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

RGB

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

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.88
Y (Yellow) values IS 0.03
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1852218000.880.030.27301.8478.7440.59
HexB916B405831B12e4f29
Octal27126264013033345611751
Binary1011100110110101101000101100011110111001011101001111101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B916B4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B916B4; }

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

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

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

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

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

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

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

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