#B011AD

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

Shades of Deep Magenta #B011AD

Tints of Deep Magenta #B011AD

Color information

#B011AD (or 0xB011AD) is unknown color: approx Deep Magenta. HEX triplet: B0, 11 and AD. RGB value is (176,17,173). Sum of RGB (Red+Green+Blue) = 176+17+173=366 (48% of max value = 765). Red value is 176 (69.14% from 255 or 48.09% from 366); Green value is 17 (7.03% from 255 or 4.64% from 366); Blue value is 173 (67.97% from 255 or 47.27% from 366); Max value from RGB is 176 - color contains mainly: red. Hex color #B011AD is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #B011AD is #4FEE52. Grayscale: #515151. Windows color (decimal): -5238355 or 11342256. OLE color: 11342256.

HSL color Cylindrical-coordinate representation of color #B011AD: hue angle of 301.13º degrees, saturation: 0.82, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #B011AD is Cyan = 0, Magento = 0.90, Yellow = 0.02 and Black (K on CMYK) = 0.31.

Color convert

RGB17617173-
CMYK00.900.020.31
HSL301.13º82.38%37.84%-
HSV(B)301.13º90.34%69.02%-
XYZ25.6512.6540.62-
YUV82.32179.18194.82-

RGB Variations

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

RGB

RED value IS 176 (69.14% from 255) = 48.09%
GREEN value IS 17 (7.03% from 255) = 4.64%
BLUE value IS 173 (67.97% from 255) = 47.27%
R=48.09%
G=4.64%
B=47.27%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.90
Y (Yellow) values IS 0.02
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1761717300.900.020.31301.1382.3837.84
HexB011AD05A21F12d5226
Octal26021255013223745512246
Binary1011000010001101011010101101010111111001011011010010100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B011AD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B011AD; }

 p { color: rgb(176,17,173); }

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

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

 a { background-color: rgb(176,17,173); }

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

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

 span { border-color: rgb(176,17,173); }

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