#B106AA

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

Shades of Deep Magenta #B106AA

Tints of Deep Magenta #B106AA

Color information

#B106AA (or 0xB106AA) is unknown color: approx Deep Magenta. HEX triplet: B1, 06 and AA. RGB value is (177,6,170). Sum of RGB (Red+Green+Blue) = 177+6+170=353 (46% of max value = 765). Red value is 177 (69.53% from 255 or 50.14% from 353); Green value is 6 (2.73% from 255 or 1.70% from 353); Blue value is 170 (66.80% from 255 or 48.16% from 353); Max value from RGB is 177 - color contains mainly: red. Hex color #B106AA is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #B106AA is #4EF955. Grayscale: #4B4B4B. Windows color (decimal): -5175638 or 11142833. OLE color: 11142833.

HSL color Cylindrical-coordinate representation of color #B106AA: hue angle of 302.46º degrees, saturation: 0.93, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #B106AA is Cyan = 0, Magento = 0.97, Yellow = 0.04 and Black (K on CMYK) = 0.31.

Color convert

RGB1776170-
CMYK00.970.040.31
HSL302.46º93.44%35.88%-
HSV(B)302.46º96.61%69.41%-
XYZ25.4512.3839.08-
YUV75.82181.15200.16-

RGB Variations

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

RGB

RED value IS 177 (69.53% from 255) = 50.14%
GREEN value IS 6 (2.73% from 255) = 1.70%
BLUE value IS 170 (66.80% from 255) = 48.16%
R=50.14%
G=1.70%
B=48.16%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.97
Y (Yellow) values IS 0.04
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal177617000.970.040.31302.4693.4435.88
HexB16AA06141F12e5d24
Octal2616252014143745613544
Binary101100011101010101001100001100111111001011101011101100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B106AA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B106AA; }

 p { color: rgb(177,6,170); }

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

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

 a { background-color: rgb(177,6,170); }

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

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

 span { border-color: rgb(177,6,170); }

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