#B906A9

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

Shades of Deep Magenta #B906A9

Tints of Deep Magenta #B906A9

Color information

#B906A9 (or 0xB906A9) is unknown color: approx Deep Magenta. HEX triplet: B9, 06 and A9. RGB value is (185,6,169). Sum of RGB (Red+Green+Blue) = 185+6+169=360 (47% of max value = 765). Red value is 185 (72.66% from 255 or 51.39% from 360); Green value is 6 (2.73% from 255 or 1.67% from 360); Blue value is 169 (66.41% from 255 or 46.94% from 360); Max value from RGB is 185 - color contains mainly: red. Hex color #B906A9 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #B906A9 is #46F956. Grayscale: #4D4D4D. Windows color (decimal): -4651351 or 11077305. OLE color: 11077305.

HSL color Cylindrical-coordinate representation of color #B906A9: hue angle of 305.36º degrees, saturation: 0.94, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #B906A9 is Cyan = 0, Magento = 0.97, Yellow = 0.09 and Black (K on CMYK) = 0.27.

Color convert

RGB1856169-
CMYK00.970.090.27
HSL305.36º93.72%37.45%-
HSV(B)305.36º96.76%72.55%-
XYZ27.2313.3138.67-
YUV78.1179.3204.25-

RGB Variations

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

RGB

RED value IS 185 (72.66% from 255) = 51.39%
GREEN value IS 6 (2.73% from 255) = 1.67%
BLUE value IS 169 (66.41% from 255) = 46.94%
R=51.39%
G=1.67%
B=46.94%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.97
Y (Yellow) values IS 0.09
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal185616900.970.090.27305.3693.7237.45
HexB96A906191B1315e25
Octal27162510141113346113645
Binary1011100111010101001011000011001110111001100011011110100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B906A9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B906A9; }

 p { color: rgb(185,6,169); }

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

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

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

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

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

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

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