Html Css Color HEX #BA10DD Deep Magenta

📋 copy color: '#BA10DD'

red 186 ◦ green 16 ◦ blue 221

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

Shades of Deep Magenta #BA10DD

Tints of Deep Magenta #BA10DD

RGB

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

 GREEN value IS 16 (6.64% from 255) = 3.78%

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

R = 43.97%
G = 3.78%
B = 52.25%

CMYK

 C value IS 0.16

 M value IS 0.93

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#BA10DD (or 0xBA10DD) is known color: Deep Magenta. HEX triplet: BA, 10 and DD. RGB value is (186,16,221). Sum of RGB (Red+Green+Blue) = 186+16+221=423 (56% of max value = 765). Red value is 186 (73.05% from 255 or 43.97% from 423); Green value is 16 (6.64% from 255 or 3.78% from 423); Blue value is 221 (86.72% from 255 or 52.25% from 423); Max value from RGB is 221 - color contains mainly: blue. Hex color #BA10DD is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #BA10DD is #45EF22. Grayscale: #595959. Windows color (decimal): -4583203 or 14487738. OLE color: 14487738.

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

Color convert

RGB 186 16 221 -
CMYK 0.16 0.93 0 0.13
HSL 289.76º 0.86% 0.46% -
HSV(B) 289.76º 0.93% 0.87% -
XYZ 33.49 16.03 69.74 -
YUV 90.2 201.82 196.33 -
System Red Green Blue C M Y K H S L
Decimal 186 16 221 0.16 0.93 0 0.13 289.76 0.86 0.46
Hex BA 10 DD 10 5D 0 D 122 56 2E
Octal 272 20 335 20 135 0 15 442 126 56
Binary 10111010 10000 11011101 10000 1011101 0 1101 100100010 1010110 101110

Color Harmonies of #BA10DD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA10DD

Black with #BA10DD

Text Example


Text Example

White with #BA10DD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA10DD; }

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

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

background-color css

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

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

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

border-color css

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

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

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