Html Css Color HEX #BA11DA Deep Magenta

📋 copy color: '#BA11DA'

red 186 ◦ green 17 ◦ blue 218

#BA11DA
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Deep Magenta #BA11DA

Tints of Deep Magenta #BA11DA

RGB

 RED value IS 186 (73.05% from 255) = 44.18%

 GREEN value IS 17 (7.03% from 255) = 4.04%

 BLUE value IS 218 (85.55% from 255) = 51.78%

R = 44.18%
G = 4.04%
B = 51.78%

CMYK

 C value IS 0.15

 M value IS 0.92

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#BA11DA (or 0xBA11DA) is known color: Deep Magenta. HEX triplet: BA, 11 and DA. RGB value is (186,17,218). Sum of RGB (Red+Green+Blue) = 186+17+218=421 (55% of max value = 765). Red value is 186 (73.05% from 255 or 44.18% from 421); Green value is 17 (7.03% from 255 or 4.04% from 421); Blue value is 218 (85.55% from 255 or 51.78% from 421); Max value from RGB is 218 - color contains mainly: blue. Hex color #BA11DA is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #BA11DA is #45EE25. Grayscale: #595959. Windows color (decimal): -4582950 or 14291386. OLE color: 14291386.

HSL color Cylindrical-coordinate representation of color #BA11DA: hue angle of 290.45º degrees, saturation: 0.86, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #BA11DA is Cyan = 0.15, Magento = 0.92, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB 186 17 218 -
CMYK 0.15 0.92 0 0.15
HSL 290.45º 0.86% 0.46% -
HSV(B) 290.45º 0.92% 0.85% -
XYZ 33.11 15.9 67.65 -
YUV 90.45 199.99 196.16 -
System Red Green Blue C M Y K H S L
Decimal 186 17 218 0.15 0.92 0 0.15 290.45 0.86 0.46
Hex BA 11 DA F 5C 0 F 122 56 2E
Octal 272 21 332 17 134 0 17 442 126 56
Binary 10111010 10001 11011010 1111 1011100 0 1111 100100010 1010110 101110

Color Harmonies of #BA11DA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA11DA

Black with #BA11DA

Text Example


Text Example

White with #BA11DA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA11DA; }

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

 H1.HeaderClassName
 {
   color: #BA11DA;
 }
 .AnyTagClassName
 {
   color: #BA11DA;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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