#BA0EC0

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

Shades of Deep Magenta #BA0EC0

Tints of Deep Magenta #BA0EC0

Color information

#BA0EC0 (or 0xBA0EC0) is unknown color: approx Deep Magenta. HEX triplet: BA, 0E and C0. RGB value is (186,14,192). Sum of RGB (Red+Green+Blue) = 186+14+192=392 (51% of max value = 765). Red value is 186 (73.05% from 255 or 47.45% from 392); Green value is 14 (5.86% from 255 or 3.57% from 392); Blue value is 192 (75.39% from 255 or 48.98% from 392); Max value from RGB is 192 - color contains mainly: blue. Hex color #BA0EC0 is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #BA0EC0 is #45F13F. Grayscale: #555555. Windows color (decimal): -4583744 or 12586682. OLE color: 12586682.

HSL color Cylindrical-coordinate representation of color #BA0EC0: hue angle of 297.98º degrees, saturation: 0.86, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #BA0EC0 is Cyan = 0.03, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB18614192-
CMYK0.030.9300.25
HSL297.98º86.41%40.39%-
HSV(B)297.98º92.71%75.29%-
XYZ29.9214.5651.1-
YUV85.72187.98199.53-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 47.45%
GREEN value IS 14 (5.86% from 255) = 3.57%
BLUE value IS 192 (75.39% from 255) = 48.98%
R=47.45%
G=3.57%
B=48.98%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0.93
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal186141920.030.9300.25297.9886.4140.39
HexBAEC035D01912a5628
Octal27216300313503145212650
Binary101110101110110000001110111010110011001010101010110101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BA0EC0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BA0EC0; }

 p { color: rgb(186,14,192); }

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

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

 a { background-color: rgb(186,14,192); }

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

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

 span { border-color: rgb(186,14,192); }

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