#BA11D8

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

Shades of Deep Magenta #BA11D8

Tints of Deep Magenta #BA11D8

Color information

#BA11D8 (or 0xBA11D8) is unknown color: approx Deep Magenta. HEX triplet: BA, 11 and D8. RGB value is (186,17,216). Sum of RGB (Red+Green+Blue) = 186+17+216=419 (55% of max value = 765). Red value is 186 (73.05% from 255 or 44.39% from 419); Green value is 17 (7.03% from 255 or 4.06% from 419); Blue value is 216 (84.77% from 255 or 51.55% from 419); Max value from RGB is 216 - color contains mainly: blue. Hex color #BA11D8 is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #BA11D8 is #45EE27. Grayscale: #595959. Windows color (decimal): -4582952 or 14160314. OLE color: 14160314.

HSL color Cylindrical-coordinate representation of color #BA11D8: hue angle of 290.95º degrees, saturation: 0.85, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #BA11D8 is Cyan = 0.14, Magento = 0.92, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB18617216-
CMYK0.140.9200.15
HSL290.95º85.41%45.69%-
HSV(B)290.95º92.13%84.71%-
XYZ32.8415.866.28-
YUV90.22198.99196.32-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 44.39%
GREEN value IS 17 (7.03% from 255) = 4.06%
BLUE value IS 216 (84.77% from 255) = 51.55%
R=44.39%
G=4.06%
B=51.55%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0.92
Y (Yellow) values IS 0
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal186172160.140.9200.15290.9585.4145.69
HexBA11D8E5C0F123552e
Octal272213301613401744312556
Binary10111010100011101100011101011100011111001000111010101101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BA11D8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BA11D8; }

 p { color: rgb(186,17,216); }

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

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

 a { background-color: rgb(186,17,216); }

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

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

 span { border-color: rgb(186,17,216); }

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