#BA11C2

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

Shades of Deep Magenta #BA11C2

Tints of Deep Magenta #BA11C2

Color information

#BA11C2 (or 0xBA11C2) is unknown color: approx Deep Magenta. HEX triplet: BA, 11 and C2. RGB value is (186,17,194). Sum of RGB (Red+Green+Blue) = 186+17+194=397 (52% of max value = 765). Red value is 186 (73.05% from 255 or 46.85% from 397); Green value is 17 (7.03% from 255 or 4.28% from 397); Blue value is 194 (76.17% from 255 or 48.87% from 397); Max value from RGB is 194 - color contains mainly: blue. Hex color #BA11C2 is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #BA11C2 is #45EE3D. Grayscale: #575757. Windows color (decimal): -4582974 or 12718522. OLE color: 12718522.

HSL color Cylindrical-coordinate representation of color #BA11C2: hue angle of 297.29º degrees, saturation: 0.84, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #BA11C2 is Cyan = 0.04, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.24.

Color convert

RGB18617194-
CMYK0.040.9100.24
HSL297.29º83.89%41.37%-
HSV(B)297.29º91.24%76.08%-
XYZ30.1914.7452.29-
YUV87.71187.99198.11-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 46.85%
GREEN value IS 17 (7.03% from 255) = 4.28%
BLUE value IS 194 (76.17% from 255) = 48.87%
R=46.85%
G=4.28%
B=48.87%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0.91
Y (Yellow) values IS 0
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal186171940.040.9100.24297.2983.8941.37
HexBA11C245B0181295429
Octal27221302413303045112451
Binary10111010100011100001010010110110110001001010011010100101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BA11C2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BA11C2; }

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

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

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

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

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

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

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

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