Html Css Color HEX #BA11DD Deep Magenta

📋 copy color: '#BA11DD'

red 186 ◦ green 17 ◦ blue 221

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

Shades of Deep Magenta #BA11DD

Tints of Deep Magenta #BA11DD

RGB

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

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

 BLUE value IS 221 (86.72% from 255) = 52.12%

R = 43.87%
G = 4.01%
B = 52.12%

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

#BA11DD (or 0xBA11DD) is known color: Deep Magenta. HEX triplet: BA, 11 and DD. RGB value is (186,17,221). Sum of RGB (Red+Green+Blue) = 186+17+221=424 (56% of max value = 765). Red value is 186 (73.05% from 255 or 43.87% from 424); Green value is 17 (7.03% from 255 or 4.01% from 424); Blue value is 221 (86.72% from 255 or 52.12% from 424); Max value from RGB is 221 - color contains mainly: blue. Hex color #BA11DD is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #BA11DD is #45EE22. Grayscale: #5A5A5A. Windows color (decimal): -4582947 or 14487994. OLE color: 14487994.

HSL color Cylindrical-coordinate representation of color #BA11DD: hue angle of 289.71º 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 #BA11DD is Cyan = 0.16, Magento = 0.92, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 186 17 221 -
CMYK 0.16 0.92 0 0.13
HSL 289.71º 0.86% 0.47% -
HSV(B) 289.71º 0.92% 0.87% -
XYZ 33.5 16.06 69.74 -
YUV 90.79 201.49 195.91 -
System Red Green Blue C M Y K H S L
Decimal 186 17 221 0.16 0.92 0 0.13 289.71 0.86 0.47
Hex BA 11 DD 10 5C 0 D 122 56 2F
Octal 272 21 335 20 134 0 15 442 126 57
Binary 10111010 10001 11011101 10000 1011100 0 1101 100100010 1010110 101111

Color Harmonies of #BA11DD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA11DD

Black with #BA11DD

Text Example


Text Example

White with #BA11DD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA11DD; }

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

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

background-color css

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

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

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

border-color css

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

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

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