#BA0EC6

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

Shades of Deep Magenta #BA0EC6

Tints of Deep Magenta #BA0EC6

Color information

#BA0EC6 (or 0xBA0EC6) is unknown color: approx Deep Magenta. HEX triplet: BA, 0E and C6. RGB value is (186,14,198). Sum of RGB (Red+Green+Blue) = 186+14+198=398 (52% of max value = 765). Red value is 186 (73.05% from 255 or 46.73% from 398); Green value is 14 (5.86% from 255 or 3.52% from 398); Blue value is 198 (77.73% from 255 or 49.75% from 398); Max value from RGB is 198 - color contains mainly: blue. Hex color #BA0EC6 is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #BA0EC6 is #45F139. Grayscale: #555555. Windows color (decimal): -4583738 or 12979898. OLE color: 12979898.

HSL color Cylindrical-coordinate representation of color #BA0EC6: hue angle of 296.09º degrees, saturation: 0.87, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #BA0EC6 is Cyan = 0.06, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.22.

Color convert

RGB18614198-
CMYK0.060.9300.22
HSL296.09º86.79%41.57%-
HSV(B)296.09º92.93%77.65%-
XYZ30.614.8354.68-
YUV86.4190.98199.04-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 46.73%
GREEN value IS 14 (5.86% from 255) = 3.52%
BLUE value IS 198 (77.73% from 255) = 49.75%
R=46.73%
G=3.52%
B=49.75%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0.93
Y (Yellow) values IS 0
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal186141980.060.9300.22296.0986.7941.57
HexBAEC665D016128572a
Octal27216306613502645012752
Binary1011101011101100011011010111010101101001010001010111101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BA0EC6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BA0EC6; }

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

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

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

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

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

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

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

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