Html Css Color HEX #BA0EAA Deep Magenta

📋 copy color: '#BA0EAA'

red 186 ◦ green 14 ◦ blue 170

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

Shades of Deep Magenta #BA0EAA

Tints of Deep Magenta #BA0EAA

RGB

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

 GREEN value IS 14 (5.86% from 255) = 3.78%

 BLUE value IS 170 (66.8% from 255) = 45.95%

R = 50.27%
G = 3.78%
B = 45.95%

CMYK

 C value IS 0

 M value IS 0.92

 Y value IS 0.09

 K value IS 0.27

RGB Variations

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

Color information

#BA0EAA (or 0xBA0EAA) is known color: Deep Magenta. HEX triplet: BA, 0E and AA. RGB value is (186,14,170). Sum of RGB (Red+Green+Blue) = 186+14+170=370 (49% of max value = 765). Red value is 186 (73.05% from 255 or 50.27% from 370); Green value is 14 (5.86% from 255 or 3.78% from 370); Blue value is 170 (66.80% from 255 or 45.95% from 370); Max value from RGB is 186 - color contains mainly: red. Hex color #BA0EAA is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #BA0EAA is #45F155. Grayscale: #525252. Windows color (decimal): -4583766 or 11144890. OLE color: 11144890.

HSL color Cylindrical-coordinate representation of color #BA0EAA: hue angle of 305.58º degrees, saturation: 0.86, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #BA0EAA is Cyan = 0, Magento = 0.92, Yellow = 0.09 and Black (K on CMYK) = 0.27.

Color convert

RGB 186 14 170 -
CMYK 0 0.92 0.09 0.27
HSL 305.58º 0.86% 0.39% -
HSV(B) 305.58º 0.92% 0.73% -
XYZ 27.66 13.66 39.21 -
YUV 83.21 176.98 201.32 -
System Red Green Blue C M Y K H S L
Decimal 186 14 170 0 0.92 0.09 0.27 305.58 0.86 0.39
Hex BA E AA 0 5C 9 1B 132 56 27
Octal 272 16 252 0 134 11 33 462 126 47
Binary 10111010 1110 10101010 0 1011100 1001 11011 100110010 1010110 100111

Color Harmonies of #BA0EAA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA0EAA

Black with #BA0EAA

Text Example


Text Example

White with #BA0EAA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA0EAA; }

 p { color: rgb(186,14,170); }

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

background-color css

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

 a { background-color: rgb(186,14,170); }

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

border-color css

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

 span { border-color: rgb(186,14,170); }

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