#BA11B7

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

Shades of Deep Magenta #BA11B7

Tints of Deep Magenta #BA11B7

Color information

#BA11B7 (or 0xBA11B7) is unknown color: approx Deep Magenta. HEX triplet: BA, 11 and B7. RGB value is (186,17,183). Sum of RGB (Red+Green+Blue) = 186+17+183=386 (51% of max value = 765). Red value is 186 (73.05% from 255 or 48.19% from 386); Green value is 17 (7.03% from 255 or 4.40% from 386); Blue value is 183 (71.88% from 255 or 47.41% from 386); Max value from RGB is 186 - color contains mainly: red. Hex color #BA11B7 is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #BA11B7 is #45EE48. Grayscale: #555555. Windows color (decimal): -4582985 or 11997626. OLE color: 11997626.

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

Color convert

RGB18617183-
CMYK00.910.020.27
HSL301.07º83.25%39.8%-
HSV(B)301.07º90.86%72.94%-
XYZ2914.2646.02-
YUV86.45182.49199-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 48.19%
GREEN value IS 17 (7.03% from 255) = 4.40%
BLUE value IS 183 (71.88% from 255) = 47.41%
R=48.19%
G=4.40%
B=47.41%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.91
Y (Yellow) values IS 0.02
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1861718300.910.020.27301.0783.2539.8
HexBA11B705B21B12d5328
Octal27221267013323345512350
Binary1011101010001101101110101101110110111001011011010011101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BA11B7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BA11B7; }

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

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

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

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

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

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

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

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