#BA18B8

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

Shades of Deep Magenta #BA18B8

Tints of Deep Magenta #BA18B8

Color information

#BA18B8 (or 0xBA18B8) is unknown color: approx Deep Magenta. HEX triplet: BA, 18 and B8. RGB value is (186,24,184). Sum of RGB (Red+Green+Blue) = 186+24+184=394 (52% of max value = 765). Red value is 186 (73.05% from 255 or 47.21% from 394); Green value is 24 (9.77% from 255 or 6.09% from 394); Blue value is 184 (72.27% from 255 or 46.70% from 394); Max value from RGB is 186 - color contains mainly: red. Hex color #BA18B8 is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #BA18B8 is #45E747. Grayscale: #5A5A5A. Windows color (decimal): -4581192 or 12064954. OLE color: 12064954.

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

Color convert

RGB18624184-
CMYK00.870.010.27
HSL300.74º77.14%41.18%-
HSV(B)300.74º87.1%72.94%-
XYZ29.2314.5546.62-
YUV90.68180.67195.99-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 47.21%
GREEN value IS 24 (9.77% from 255) = 6.09%
BLUE value IS 184 (72.27% from 255) = 46.70%
R=47.21%
G=6.09%
B=46.70%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.87
Y (Yellow) values IS 0.01
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1862418400.870.010.27300.7477.1441.18
HexBA18B805711B12d4d29
Octal27230270012713345511551
Binary101110101100010111000010101111110111001011011001101101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BA18B8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BA18B8; }

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

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

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

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

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

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

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

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