#BA11B8

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

Shades of Deep Magenta #BA11B8

Tints of Deep Magenta #BA11B8

Color information

#BA11B8 (or 0xBA11B8) is unknown color: approx Deep Magenta. HEX triplet: BA, 11 and B8. RGB value is (186,17,184). Sum of RGB (Red+Green+Blue) = 186+17+184=387 (51% of max value = 765). Red value is 186 (73.05% from 255 or 48.06% from 387); Green value is 17 (7.03% from 255 or 4.39% from 387); Blue value is 184 (72.27% from 255 or 47.55% from 387); Max value from RGB is 186 - color contains mainly: red. Hex color #BA11B8 is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #BA11B8 is #45EE47. Grayscale: #565656. Windows color (decimal): -4582984 or 12063162. OLE color: 12063162.

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

Color convert

RGB18617184-
CMYK00.910.010.27
HSL300.71º83.25%39.8%-
HSV(B)300.71º90.86%72.94%-
XYZ29.114.346.57-
YUV86.57182.99198.92-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 48.06%
GREEN value IS 17 (7.03% from 255) = 4.39%
BLUE value IS 184 (72.27% from 255) = 47.55%
R=48.06%
G=4.39%
B=47.55%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.91
Y (Yellow) values IS 0.01
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1861718400.910.010.27300.7183.2539.8
HexBA11B805B11B12d5328
Octal27221270013313345512350
Binary101110101000110111000010110111110111001011011010011101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BA11B8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BA11B8; }

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

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

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

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

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

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

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

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