#BA11B5

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

Shades of Deep Magenta #BA11B5

Tints of Deep Magenta #BA11B5

Color information

#BA11B5 (or 0xBA11B5) is unknown color: approx Deep Magenta. HEX triplet: BA, 11 and B5. RGB value is (186,17,181). Sum of RGB (Red+Green+Blue) = 186+17+181=384 (50% of max value = 765). Red value is 186 (73.05% from 255 or 48.44% from 384); Green value is 17 (7.03% from 255 or 4.43% from 384); Blue value is 181 (71.09% from 255 or 47.14% from 384); Max value from RGB is 186 - color contains mainly: red. Hex color #BA11B5 is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #BA11B5 is #45EE4A. Grayscale: #555555. Windows color (decimal): -4582987 or 11866554. OLE color: 11866554.

HSL color Cylindrical-coordinate representation of color #BA11B5: hue angle of 301.78º degrees, saturation: 0.83, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #BA11B5 is Cyan = 0, Magento = 0.91, Yellow = 0.03 and Black (K on CMYK) = 0.27.

Color convert

RGB18617181-
CMYK00.910.030.27
HSL301.78º83.25%39.8%-
HSV(B)301.78º90.86%72.94%-
XYZ28.7914.1844.93-
YUV86.23181.49199.16-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 48.44%
GREEN value IS 17 (7.03% from 255) = 4.43%
BLUE value IS 181 (71.09% from 255) = 47.14%
R=48.44%
G=4.43%
B=47.14%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.91
Y (Yellow) values IS 0.03
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1861718100.910.030.27301.7883.2539.8
HexBA11B505B31B12e5328
Octal27221265013333345612350
Binary1011101010001101101010101101111110111001011101010011101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BA11B5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BA11B5; }

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

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

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

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

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

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

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

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