#ba00a6

Color #BA00A6 Deep Magenta (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Deep Magenta #BA00A6

Tints of Deep Magenta #BA00A6

Color information

#BA00A6 (or 0xBA00A6) is unknown color: approx Deep Magenta. HEX triplet: BA, 00 and A6. RGB value is (186,0,166). Sum of RGB (Red+Green+Blue) = 186+0+166=352 (46% of max value = 765). Red value is 186 (73.05% from 255 or 52.84% from 352); Green value is 0 (0.39% from 255 or 0% from 352); Blue value is 166 (65.23% from 255 or 47.16% from 352); Max value from RGB is 186 - color contains mainly: red. Hex color #BA00A6 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #BA00A6 is #45FF59. Grayscale: #4A4A4A. Windows color (decimal): -4587354 or 10879162. OLE color: 10879162.

HSL color Cylindrical-coordinate representation of color #BA00A6: hue angle of 306.45º 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 #BA00A6 is Cyan = 0, Magento = 1, Yellow = 0.11 and Black (K on CMYK) = 0.27.

Color convert

RGB1860166-
CMYK010.110.27
HSL306.45º100%36.47%-
HSV(B)306.45º100%72.94%-
XYZ27.1313.1937.19-
YUV74.54179.62207.5-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 52.84%
GREEN value IS 0 (0.39% from 255) = 0%
BLUE value IS 166 (65.23% from 255) = 47.16%
R=52.84%
G=0%
B=47.16%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 1
Y (Yellow) values IS 0.11
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1860166010.110.27306.4510036.47
HexBA0A6064B1B1326424
Octal27202460144133346214444
Binary10111010010100110011001001011110111001100101100100100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ba00a6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ba00a6; }

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

 H1.HeaderClassName
 {
   color: #ba00a6;
 }
 .AnyTagClassName
 {
   color: #ba00a6;
 }
</style>
background-color css

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

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

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

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

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

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