#BA00AB

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

Shades of Deep Magenta #BA00AB

Tints of Deep Magenta #BA00AB

Color information

#BA00AB (or 0xBA00AB) is unknown color: approx Deep Magenta. HEX triplet: BA, 00 and AB. RGB value is (186,0,171). Sum of RGB (Red+Green+Blue) = 186+0+171=357 (47% of max value = 765). Red value is 186 (73.05% from 255 or 52.10% from 357); Green value is 0 (0.39% from 255 or 0% from 357); Blue value is 171 (67.19% from 255 or 47.90% from 357); Max value from RGB is 186 - color contains mainly: red. Hex color #BA00AB is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #BA00AB is #45FF54. Grayscale: #4A4A4A. Windows color (decimal): -4587349 or 11206842. OLE color: 11206842.

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

Color convert

RGB1860171-
CMYK010.080.27
HSL304.84º100%36.47%-
HSV(B)304.84º100%72.94%-
XYZ27.613.3839.66-
YUV75.11182.12207.1-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 52.10%
GREEN value IS 0 (0.39% from 255) = 0%
BLUE value IS 171 (67.19% from 255) = 47.90%
R=52.10%
G=0%
B=47.90%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 1
Y (Yellow) values IS 0.08
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1860171010.080.27304.8410036.47
HexBA0AB06481B1316424
Octal27202530144103346114444
Binary10111010010101011011001001000110111001100011100100100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BA00AB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BA00AB; }

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

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

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

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

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

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

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

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