Html Css Color HEX #BA0ADC Deep Magenta

📋 copy color: '#BA0ADC'

red 186 ◦ green 10 ◦ blue 220

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

Shades of Deep Magenta #BA0ADC

Tints of Deep Magenta #BA0ADC

RGB

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

 GREEN value IS 10 (4.3% from 255) = 2.4%

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

R = 44.71%
G = 2.4%
B = 52.88%

CMYK

 C value IS 0.15

 M value IS 0.95

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#BA0ADC (or 0xBA0ADC) is known color: Deep Magenta. HEX triplet: BA, 0A and DC. RGB value is (186,10,220). Sum of RGB (Red+Green+Blue) = 186+10+220=416 (55% of max value = 765). Red value is 186 (73.05% from 255 or 44.71% from 416); Green value is 10 (4.30% from 255 or 2.40% from 416); Blue value is 220 (86.33% from 255 or 52.88% from 416); Max value from RGB is 220 - color contains mainly: blue. Hex color #BA0ADC is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #BA0ADC is #45F523. Grayscale: #555555. Windows color (decimal): -4584740 or 14420666. OLE color: 14420666.

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

Color convert

RGB 186 10 220 -
CMYK 0.15 0.95 0 0.14
HSL 290.29º 0.91% 0.45% -
HSV(B) 290.29º 0.95% 0.86% -
XYZ 33.28 15.82 69.01 -
YUV 86.56 203.31 198.92 -
System Red Green Blue C M Y K H S L
Decimal 186 10 220 0.15 0.95 0 0.14 290.29 0.91 0.45
Hex BA A DC F 5F 0 E 122 5B 2D
Octal 272 12 334 17 137 0 16 442 133 55
Binary 10111010 1010 11011100 1111 1011111 0 1110 100100010 1011011 101101

Color Harmonies of #BA0ADC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA0ADC

Black with #BA0ADC

Text Example


Text Example

White with #BA0ADC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA0ADC; }

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

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

background-color css

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

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

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

border-color css

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

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

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