#BA14BF

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

Shades of Deep Magenta #BA14BF

Tints of Deep Magenta #BA14BF

Color information

#BA14BF (or 0xBA14BF) is unknown color: approx Deep Magenta. HEX triplet: BA, 14 and BF. RGB value is (186,20,191). Sum of RGB (Red+Green+Blue) = 186+20+191=397 (52% of max value = 765). Red value is 186 (73.05% from 255 or 46.85% from 397); Green value is 20 (8.20% from 255 or 5.04% from 397); Blue value is 191 (75% from 255 or 48.11% from 397); Max value from RGB is 191 - color contains mainly: blue. Hex color #BA14BF is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #BA14BF is #45EB40. Grayscale: #585858. Windows color (decimal): -4582209 or 12522682. OLE color: 12522682.

HSL color Cylindrical-coordinate representation of color #BA14BF: hue angle of 298.25º degrees, saturation: 0.81, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #BA14BF is Cyan = 0.03, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB18620191-
CMYK0.030.9000.25
HSL298.25º81.04%41.37%-
HSV(B)298.25º89.53%74.9%-
XYZ29.914.750.55-
YUV89.13185.5197.1-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 46.85%
GREEN value IS 20 (8.20% from 255) = 5.04%
BLUE value IS 191 (75% from 255) = 48.11%
R=46.85%
G=5.04%
B=48.11%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0.90
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal186201910.030.9000.25298.2581.0441.37
HexBA14BF35A01912a5129
Octal27224277313203145212151
Binary1011101010100101111111110110100110011001010101010001101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BA14BF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BA14BF; }

 p { color: rgb(186,20,191); }

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

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

 a { background-color: rgb(186,20,191); }

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

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

 span { border-color: rgb(186,20,191); }

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