#BA11BE

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

Shades of Deep Magenta #BA11BE

Tints of Deep Magenta #BA11BE

Color information

#BA11BE (or 0xBA11BE) is unknown color: approx Deep Magenta. HEX triplet: BA, 11 and BE. RGB value is (186,17,190). Sum of RGB (Red+Green+Blue) = 186+17+190=393 (52% of max value = 765). Red value is 186 (73.05% from 255 or 47.33% from 393); Green value is 17 (7.03% from 255 or 4.33% from 393); Blue value is 190 (74.61% from 255 or 48.35% from 393); Max value from RGB is 190 - color contains mainly: blue. Hex color #BA11BE is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #BA11BE is #45EE41. Grayscale: #565656. Windows color (decimal): -4582978 or 12456378. OLE color: 12456378.

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

Color convert

RGB18617190-
CMYK0.020.9100.25
HSL298.61º83.57%40.59%-
HSV(B)298.61º91.05%74.51%-
XYZ29.7414.5649.96-
YUV87.25185.99198.43-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 47.33%
GREEN value IS 17 (7.03% from 255) = 4.33%
BLUE value IS 190 (74.61% from 255) = 48.35%
R=47.33%
G=4.33%
B=48.35%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0.91
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal186171900.020.9100.25298.6183.5740.59
HexBA11BE25B01912b5429
Octal27221276213303145312451
Binary1011101010001101111101010110110110011001010111010100101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BA11BE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BA11BE; }

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

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

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

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

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

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

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

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