Html Css Color HEX #BA0AAE Deep Magenta

📋 copy color: '#BA0AAE'

red 186 ◦ green 10 ◦ blue 174

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

Shades of Deep Magenta #BA0AAE

Tints of Deep Magenta #BA0AAE

RGB

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

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

 BLUE value IS 174 (68.36% from 255) = 47.03%

R = 50.27%
G = 2.7%
B = 47.03%

CMYK

 C value IS 0

 M value IS 0.95

 Y value IS 0.06

 K value IS 0.27

RGB Variations

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

Color information

#BA0AAE (or 0xBA0AAE) is known color: Deep Magenta. HEX triplet: BA, 0A and AE. RGB value is (186,10,174). Sum of RGB (Red+Green+Blue) = 186+10+174=370 (49% of max value = 765). Red value is 186 (73.05% from 255 or 50.27% from 370); Green value is 10 (4.30% from 255 or 2.70% from 370); Blue value is 174 (68.36% from 255 or 47.03% from 370); Max value from RGB is 186 - color contains mainly: red. Hex color #BA0AAE is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #BA0AAE is #45F551. Grayscale: #505050. Windows color (decimal): -4584786 or 11406010. OLE color: 11406010.

HSL color Cylindrical-coordinate representation of color #BA0AAE: hue angle of 304.09º degrees, saturation: 0.9, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #BA0AAE is Cyan = 0, Magento = 0.95, Yellow = 0.06 and Black (K on CMYK) = 0.27.

Color convert

RGB 186 10 174 -
CMYK 0 0.95 0.06 0.27
HSL 304.09º 0.9% 0.38% -
HSV(B) 304.09º 0.95% 0.73% -
XYZ 28 13.71 41.22 -
YUV 81.32 180.31 202.66 -
System Red Green Blue C M Y K H S L
Decimal 186 10 174 0 0.95 0.06 0.27 304.09 0.9 0.38
Hex BA A AE 0 5F 6 1B 130 5A 26
Octal 272 12 256 0 137 6 33 460 132 46
Binary 10111010 1010 10101110 0 1011111 110 11011 100110000 1011010 100110

Color Harmonies of #BA0AAE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA0AAE

Black with #BA0AAE

Text Example


Text Example

White with #BA0AAE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA0AAE; }

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

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

background-color css

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

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

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

border-color css

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

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

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