#BA21AF

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

Shades of Deep Magenta #BA21AF

Tints of Deep Magenta #BA21AF

Color information

#BA21AF (or 0xBA21AF) is unknown color: approx Deep Magenta. HEX triplet: BA, 21 and AF. RGB value is (186,33,175). Sum of RGB (Red+Green+Blue) = 186+33+175=394 (52% of max value = 765). Red value is 186 (73.05% from 255 or 47.21% from 394); Green value is 33 (13.28% from 255 or 8.38% from 394); Blue value is 175 (68.75% from 255 or 44.42% from 394); Max value from RGB is 186 - color contains mainly: red. Hex color #BA21AF is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #BA21AF is #45DE50. Grayscale: #5E5E5E. Windows color (decimal): -4578897 or 11477434. OLE color: 11477434.

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

Color convert

RGB18633175-
CMYK00.820.060.27
HSL304.31º69.86%42.94%-
HSV(B)304.31º82.26%72.94%-
XYZ28.5314.6241.88-
YUV94.94173.19192.95-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 47.21%
GREEN value IS 33 (13.28% from 255) = 8.38%
BLUE value IS 175 (68.75% from 255) = 44.42%
R=47.21%
G=8.38%
B=44.42%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.82
Y (Yellow) values IS 0.06
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1863317500.820.060.27304.3169.8642.94
HexBA21AF05261B130462b
Octal27241257012263346010653
Binary101110101000011010111101010010110110111001100001000110101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BA21AF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BA21AF; }

 p { color: rgb(186,33,175); }

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

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

 a { background-color: rgb(186,33,175); }

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

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

 span { border-color: rgb(186,33,175); }

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