Html Css Color HEX #BA00A9 Deep Magenta

📋 copy color: '#BA00A9'

red 186 ◦ green 0 ◦ blue 169

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

Shades of Deep Magenta #BA00A9

Tints of Deep Magenta #BA00A9

RGB

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

 GREEN value IS 0 (0.39% from 255) = 0%

 BLUE value IS 169 (66.41% from 255) = 47.61%

R = 52.39%
G = 0%
B = 47.61%

CMYK

 C value IS 0

 M value IS 1

 Y value IS 0.09

 K value IS 0.27

RGB Variations

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

Color information

#BA00A9 (or 0xBA00A9) is known color: Deep Magenta. HEX triplet: BA, 00 and A9. RGB value is (186,0,169). Sum of RGB (Red+Green+Blue) = 186+0+169=355 (47% of max value = 765). Red value is 186 (73.05% from 255 or 52.39% from 355); Green value is 0 (0.39% from 255 or 0% from 355); Blue value is 169 (66.41% from 255 or 47.61% from 355); Max value from RGB is 186 - color contains mainly: red. Hex color #BA00A9 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #BA00A9 is #45FF56. Grayscale: #4A4A4A. Windows color (decimal): -4587351 or 11075770. OLE color: 11075770.

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

Color convert

RGB 186 0 169 -
CMYK 0 1 0.09 0.27
HSL 305.48º 1% 0.36% -
HSV(B) 305.48º 1% 0.73% -
XYZ 27.41 13.3 38.66 -
YUV 74.88 181.12 207.26 -
System Red Green Blue C M Y K H S L
Decimal 186 0 169 0 1 0.09 0.27 305.48 1 0.36
Hex BA 0 A9 0 64 9 1B 131 64 24
Octal 272 0 251 0 144 11 33 461 144 44
Binary 10111010 0 10101001 0 1100100 1001 11011 100110001 1100100 100100

Color Harmonies of #BA00A9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA00A9

Black with #BA00A9

Text Example


Text Example

White with #BA00A9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA00A9; }

 p { color: rgb(186,0,169); }

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

background-color css

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

 a { background-color: rgb(186,0,169); }

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

border-color css

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

 span { border-color: rgb(186,0,169); }

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