#BA11B2

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

Shades of Deep Magenta #BA11B2

Tints of Deep Magenta #BA11B2

Color information

#BA11B2 (or 0xBA11B2) is unknown color: approx Deep Magenta. HEX triplet: BA, 11 and B2. RGB value is (186,17,178). Sum of RGB (Red+Green+Blue) = 186+17+178=381 (50% of max value = 765). Red value is 186 (73.05% from 255 or 48.82% from 381); Green value is 17 (7.03% from 255 or 4.46% from 381); Blue value is 178 (69.92% from 255 or 46.72% from 381); Max value from RGB is 186 - color contains mainly: red. Hex color #BA11B2 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #BA11B2 is #45EE4D. Grayscale: #555555. Windows color (decimal): -4582990 or 11669946. OLE color: 11669946.

HSL color Cylindrical-coordinate representation of color #BA11B2: hue angle of 302.84º 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 #BA11B2 is Cyan = 0, Magento = 0.91, Yellow = 0.04 and Black (K on CMYK) = 0.27.

Color convert

RGB18617178-
CMYK00.910.040.27
HSL302.84º83.25%39.8%-
HSV(B)302.84º90.86%72.94%-
XYZ28.4914.0543.33-
YUV85.88179.99199.41-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 48.82%
GREEN value IS 17 (7.03% from 255) = 4.46%
BLUE value IS 178 (69.92% from 255) = 46.72%
R=48.82%
G=4.46%
B=46.72%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.91
Y (Yellow) values IS 0.04
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1861717800.910.040.27302.8483.2539.8
HexBA11B205B41B12f5328
Octal27221262013343345712350
Binary10111010100011011001001011011100110111001011111010011101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BA11B2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BA11B2; }

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

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

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

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

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

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

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

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