Html Css Color HEX #BA11DE Deep Magenta

📋 copy color: '#BA11DE'

red 186 ◦ green 17 ◦ blue 222

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

Shades of Deep Magenta #BA11DE

Tints of Deep Magenta #BA11DE

RGB

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

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

 BLUE value IS 222 (87.11% from 255) = 52.24%

R = 43.76%
G = 4%
B = 52.24%

CMYK

 C value IS 0.16

 M value IS 0.92

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#BA11DE (or 0xBA11DE) is known color: Deep Magenta. HEX triplet: BA, 11 and DE. RGB value is (186,17,222). Sum of RGB (Red+Green+Blue) = 186+17+222=425 (56% of max value = 765). Red value is 186 (73.05% from 255 or 43.76% from 425); Green value is 17 (7.03% from 255 or 4% from 425); Blue value is 222 (87.11% from 255 or 52.24% from 425); Max value from RGB is 222 - color contains mainly: blue. Hex color #BA11DE is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #BA11DE is #45EE21. Grayscale: #5A5A5A. Windows color (decimal): -4582946 or 14553530. OLE color: 14553530.

HSL color Cylindrical-coordinate representation of color #BA11DE: hue angle of 289.46º degrees, saturation: 0.86, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #BA11DE is Cyan = 0.16, Magento = 0.92, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 186 17 222 -
CMYK 0.16 0.92 0 0.13
HSL 289.46º 0.86% 0.47% -
HSV(B) 289.46º 0.92% 0.87% -
XYZ 33.63 16.11 70.44 -
YUV 90.9 201.99 195.83 -
System Red Green Blue C M Y K H S L
Decimal 186 17 222 0.16 0.92 0 0.13 289.46 0.86 0.47
Hex BA 11 DE 10 5C 0 D 121 56 2F
Octal 272 21 336 20 134 0 15 441 126 57
Binary 10111010 10001 11011110 10000 1011100 0 1101 100100001 1010110 101111

Color Harmonies of #BA11DE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA11DE

Black with #BA11DE

Text Example


Text Example

White with #BA11DE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA11DE; }

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

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

background-color css

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

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

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

border-color css

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

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

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