Html Css Color HEX #BA09AE Deep Magenta

📋 copy color: '#BA09AE'

red 186 ◦ green 9 ◦ blue 174

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

Shades of Deep Magenta #BA09AE

Tints of Deep Magenta #BA09AE

RGB

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

 GREEN value IS 9 (3.91% from 255) = 2.44%

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

R = 50.41%
G = 2.44%
B = 47.15%

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

#BA09AE (or 0xBA09AE) is known color: Deep Magenta. HEX triplet: BA, 09 and AE. RGB value is (186,9,174). Sum of RGB (Red+Green+Blue) = 186+9+174=369 (48% of max value = 765). Red value is 186 (73.05% from 255 or 50.41% from 369); Green value is 9 (3.91% from 255 or 2.44% from 369); Blue value is 174 (68.36% from 255 or 47.15% from 369); Max value from RGB is 186 - color contains mainly: red. Hex color #BA09AE is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #BA09AE is #45F651. Grayscale: #505050. Windows color (decimal): -4585042 or 11405754. OLE color: 11405754.

HSL color Cylindrical-coordinate representation of color #BA09AE: hue angle of 304.07º degrees, saturation: 0.91, 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 #BA09AE is Cyan = 0, Magento = 0.95, Yellow = 0.06 and Black (K on CMYK) = 0.27.

Color convert

RGB 186 9 174 -
CMYK 0 0.95 0.06 0.27
HSL 304.07º 0.91% 0.38% -
HSV(B) 304.07º 0.95% 0.73% -
XYZ 27.99 13.69 41.21 -
YUV 80.73 180.64 203.08 -
System Red Green Blue C M Y K H S L
Decimal 186 9 174 0 0.95 0.06 0.27 304.07 0.91 0.38
Hex BA 9 AE 0 5F 6 1B 130 5B 26
Octal 272 11 256 0 137 6 33 460 133 46
Binary 10111010 1001 10101110 0 1011111 110 11011 100110000 1011011 100110

Color Harmonies of #BA09AE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA09AE

Black with #BA09AE

Text Example


Text Example

White with #BA09AE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA09AE; }

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

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

background-color css

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

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

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

border-color css

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

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

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