Html Css Color HEX #BA1EAC Deep Magenta

📋 copy color: '#BA1EAC'

red 186 ◦ green 30 ◦ blue 172

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

Shades of Deep Magenta #BA1EAC

Tints of Deep Magenta #BA1EAC

RGB

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

 GREEN value IS 30 (12.11% from 255) = 7.73%

 BLUE value IS 172 (67.58% from 255) = 44.33%

R = 47.94%
G = 7.73%
B = 44.33%

CMYK

 C value IS 0

 M value IS 0.84

 Y value IS 0.08

 K value IS 0.27

RGB Variations

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

Color information

#BA1EAC (or 0xBA1EAC) is known color: Deep Magenta. HEX triplet: BA, 1E and AC. RGB value is (186,30,172). Sum of RGB (Red+Green+Blue) = 186+30+172=388 (51% of max value = 765). Red value is 186 (73.05% from 255 or 47.94% from 388); Green value is 30 (12.11% from 255 or 7.73% from 388); Blue value is 172 (67.58% from 255 or 44.33% from 388); Max value from RGB is 186 - color contains mainly: red. Hex color #BA1EAC is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #BA1EAC is #45E153. Grayscale: #5C5C5C. Windows color (decimal): -4579668 or 11280058. OLE color: 11280058.

HSL color Cylindrical-coordinate representation of color #BA1EAC: hue angle of 305.38º degrees, saturation: 0.72, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #BA1EAC is Cyan = 0, Magento = 0.84, Yellow = 0.08 and Black (K on CMYK) = 0.27.

Color convert

RGB 186 30 172 -
CMYK 0 0.84 0.08 0.27
HSL 305.38º 0.72% 0.42% -
HSV(B) 305.38º 0.84% 0.73% -
XYZ 28.16 14.35 40.31 -
YUV 92.83 172.68 194.45 -
System Red Green Blue C M Y K H S L
Decimal 186 30 172 0 0.84 0.08 0.27 305.38 0.72 0.42
Hex BA 1E AC 0 54 8 1B 131 48 2A
Octal 272 36 254 0 124 10 33 461 110 52
Binary 10111010 11110 10101100 0 1010100 1000 11011 100110001 1001000 101010

Color Harmonies of #BA1EAC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA1EAC

Black with #BA1EAC

Text Example


Text Example

White with #BA1EAC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA1EAC; }

 p { color: rgb(186,30,172); }

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

background-color css

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

 a { background-color: rgb(186,30,172); }

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

border-color css

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

 span { border-color: rgb(186,30,172); }

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