Html Css Color HEX #BA1ADC Deep Magenta

📋 copy color: '#BA1ADC'

red 186 ◦ green 26 ◦ blue 220

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

Shades of Deep Magenta #BA1ADC

Tints of Deep Magenta #BA1ADC

RGB

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

 GREEN value IS 26 (10.55% from 255) = 6.02%

 BLUE value IS 220 (86.33% from 255) = 50.93%

R = 43.06%
G = 6.02%
B = 50.93%

CMYK

 C value IS 0.15

 M value IS 0.88

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#BA1ADC (or 0xBA1ADC) is known color: Deep Magenta. HEX triplet: BA, 1A and DC. RGB value is (186,26,220). Sum of RGB (Red+Green+Blue) = 186+26+220=432 (57% of max value = 765). Red value is 186 (73.05% from 255 or 43.06% from 432); Green value is 26 (10.55% from 255 or 6.02% from 432); Blue value is 220 (86.33% from 255 or 50.93% from 432); Max value from RGB is 220 - color contains mainly: blue. Hex color #BA1ADC is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #BA1ADC is #45E523. Grayscale: #5F5F5F. Windows color (decimal): -4580644 or 14424762. OLE color: 14424762.

HSL color Cylindrical-coordinate representation of color #BA1ADC: hue angle of 289.48º degrees, saturation: 0.79, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #BA1ADC is Cyan = 0.15, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 186 26 220 -
CMYK 0.15 0.88 0 0.14
HSL 289.48º 0.79% 0.48% -
HSV(B) 289.48º 0.88% 0.86% -
XYZ 33.54 16.35 69.1 -
YUV 95.96 198.01 192.23 -
System Red Green Blue C M Y K H S L
Decimal 186 26 220 0.15 0.88 0 0.14 289.48 0.79 0.48
Hex BA 1A DC F 58 0 E 121 4F 30
Octal 272 32 334 17 130 0 16 441 117 60
Binary 10111010 11010 11011100 1111 1011000 0 1110 100100001 1001111 110000

Color Harmonies of #BA1ADC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA1ADC

Black with #BA1ADC

Text Example


Text Example

White with #BA1ADC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA1ADC; }

 p { color: rgb(186,26,220); }

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

background-color css

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

 a { background-color: rgb(186,26,220); }

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

border-color css

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

 span { border-color: rgb(186,26,220); }

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