#BA18B7

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

Shades of Deep Magenta #BA18B7

Tints of Deep Magenta #BA18B7

Color information

#BA18B7 (or 0xBA18B7) is unknown color: approx Deep Magenta. HEX triplet: BA, 18 and B7. RGB value is (186,24,183). Sum of RGB (Red+Green+Blue) = 186+24+183=393 (52% of max value = 765). Red value is 186 (73.05% from 255 or 47.33% from 393); Green value is 24 (9.77% from 255 or 6.11% from 393); Blue value is 183 (71.88% from 255 or 46.56% from 393); Max value from RGB is 186 - color contains mainly: red. Hex color #BA18B7 is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #BA18B7 is #45E748. Grayscale: #5A5A5A. Windows color (decimal): -4581193 or 11999418. OLE color: 11999418.

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

Color convert

RGB18624183-
CMYK00.870.020.27
HSL301.11º77.14%41.18%-
HSV(B)301.11º87.1%72.94%-
XYZ29.1214.5146.07-
YUV90.56180.17196.07-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 47.33%
GREEN value IS 24 (9.77% from 255) = 6.11%
BLUE value IS 183 (71.88% from 255) = 46.56%
R=47.33%
G=6.11%
B=46.56%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.87
Y (Yellow) values IS 0.02
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1862418300.870.020.27301.1177.1441.18
HexBA18B705721B12d4d29
Octal27230267012723345511551
Binary1011101011000101101110101011110110111001011011001101101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BA18B7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BA18B7; }

 p { color: rgb(186,24,183); }

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

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

 a { background-color: rgb(186,24,183); }

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

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

 span { border-color: rgb(186,24,183); }

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