#BA16B9

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

Shades of Deep Magenta #BA16B9

Tints of Deep Magenta #BA16B9

Color information

#BA16B9 (or 0xBA16B9) is unknown color: approx Deep Magenta. HEX triplet: BA, 16 and B9. RGB value is (186,22,185). Sum of RGB (Red+Green+Blue) = 186+22+185=393 (52% of max value = 765). Red value is 186 (73.05% from 255 or 47.33% from 393); Green value is 22 (8.98% from 255 or 5.60% from 393); Blue value is 185 (72.66% from 255 or 47.07% from 393); Max value from RGB is 186 - color contains mainly: red. Hex color #BA16B9 is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #BA16B9 is #45E946. Grayscale: #595959. Windows color (decimal): -4581703 or 12129978. OLE color: 12129978.

HSL color Cylindrical-coordinate representation of color #BA16B9: hue angle of 300.37º degrees, saturation: 0.79, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #BA16B9 is Cyan = 0, Magento = 0.88, Yellow = 0.01 and Black (K on CMYK) = 0.27.

Color convert

RGB18622185-
CMYK00.880.010.27
HSL300.37º78.85%40.78%-
HSV(B)300.37º88.17%72.94%-
XYZ29.2914.5247.16-
YUV89.62181.83196.75-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 47.33%
GREEN value IS 22 (8.98% from 255) = 5.60%
BLUE value IS 185 (72.66% from 255) = 47.07%
R=47.33%
G=5.60%
B=47.07%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.88
Y (Yellow) values IS 0.01
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1862218500.880.010.27300.3778.8540.78
HexBA16B905811B12c4f29
Octal27226271013013345411751
Binary101110101011010111001010110001110111001011001001111101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BA16B9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BA16B9; }

 p { color: rgb(186,22,185); }

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

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

 a { background-color: rgb(186,22,185); }

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

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

 span { border-color: rgb(186,22,185); }

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