Html Css Color HEX #BA1ACE Deep Magenta

📋 copy color: '#BA1ACE'

red 186 ◦ green 26 ◦ blue 206

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

Shades of Deep Magenta #BA1ACE

Tints of Deep Magenta #BA1ACE

RGB

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

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

 BLUE value IS 206 (80.86% from 255) = 49.28%

R = 44.5%
G = 6.22%
B = 49.28%

CMYK

 C value IS 0.10

 M value IS 0.87

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#BA1ACE (or 0xBA1ACE) is known color: Deep Magenta. HEX triplet: BA, 1A and CE. RGB value is (186,26,206). Sum of RGB (Red+Green+Blue) = 186+26+206=418 (55% of max value = 765). Red value is 186 (73.05% from 255 or 44.50% from 418); Green value is 26 (10.55% from 255 or 6.22% from 418); Blue value is 206 (80.86% from 255 or 49.28% from 418); Max value from RGB is 206 - color contains mainly: blue. Hex color #BA1ACE is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #BA1ACE is #45E531. Grayscale: #5D5D5D. Windows color (decimal): -4580658 or 13507258. OLE color: 13507258.

HSL color Cylindrical-coordinate representation of color #BA1ACE: hue angle of 293.33º degrees, saturation: 0.78, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #BA1ACE is Cyan = 0.10, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 186 26 206 -
CMYK 0.10 0.87 0 0.19
HSL 293.33º 0.78% 0.45% -
HSV(B) 293.33º 0.87% 0.81% -
XYZ 31.76 15.63 59.74 -
YUV 94.36 191.01 193.36 -
System Red Green Blue C M Y K H S L
Decimal 186 26 206 0.10 0.87 0 0.19 293.33 0.78 0.45
Hex BA 1A CE A 57 0 13 125 4E 2D
Octal 272 32 316 12 127 0 23 445 116 55
Binary 10111010 11010 11001110 1010 1010111 0 10011 100100101 1001110 101101

Color Harmonies of #BA1ACE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA1ACE

Black with #BA1ACE

Text Example


Text Example

White with #BA1ACE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA1ACE; }

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

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

background-color css

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

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

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

border-color css

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

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

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