Html Css Color HEX #BA10DA Deep Magenta

📋 copy color: '#BA10DA'

red 186 ◦ green 16 ◦ blue 218

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

Shades of Deep Magenta #BA10DA

Tints of Deep Magenta #BA10DA

RGB

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

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

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

R = 44.29%
G = 3.81%
B = 51.9%

CMYK

 C value IS 0.15

 M value IS 0.93

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#BA10DA (or 0xBA10DA) is known color: Deep Magenta. HEX triplet: BA, 10 and DA. RGB value is (186,16,218). Sum of RGB (Red+Green+Blue) = 186+16+218=420 (55% of max value = 765). Red value is 186 (73.05% from 255 or 44.29% from 420); Green value is 16 (6.64% from 255 or 3.81% from 420); Blue value is 218 (85.55% from 255 or 51.90% from 420); Max value from RGB is 218 - color contains mainly: blue. Hex color #BA10DA is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #BA10DA is #45EF25. Grayscale: #595959. Windows color (decimal): -4583206 or 14291130. OLE color: 14291130.

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

Color convert

RGB 186 16 218 -
CMYK 0.15 0.93 0 0.15
HSL 290.5º 0.86% 0.46% -
HSV(B) 290.5º 0.93% 0.85% -
XYZ 33.09 15.87 67.65 -
YUV 89.86 200.32 196.57 -
System Red Green Blue C M Y K H S L
Decimal 186 16 218 0.15 0.93 0 0.15 290.5 0.86 0.46
Hex BA 10 DA F 5D 0 F 122 56 2E
Octal 272 20 332 17 135 0 17 442 126 56
Binary 10111010 10000 11011010 1111 1011101 0 1111 100100010 1010110 101110

Color Harmonies of #BA10DA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA10DA

Black with #BA10DA

Text Example


Text Example

White with #BA10DA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA10DA; }

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

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

background-color css

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

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

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

border-color css

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

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

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