#BA09CE

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

Shades of Deep Magenta #BA09CE

Tints of Deep Magenta #BA09CE

Color information

#BA09CE (or 0xBA09CE) is unknown color: approx Deep Magenta. HEX triplet: BA, 09 and CE. RGB value is (186,9,206). Sum of RGB (Red+Green+Blue) = 186+9+206=401 (53% of max value = 765). Red value is 186 (73.05% from 255 or 46.38% from 401); Green value is 9 (3.91% from 255 or 2.24% from 401); Blue value is 206 (80.86% from 255 or 51.37% from 401); Max value from RGB is 206 - color contains mainly: blue. Hex color #BA09CE is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #BA09CE is #45F631. Grayscale: #535353. Windows color (decimal): -4585010 or 13502906. OLE color: 13502906.

HSL color Cylindrical-coordinate representation of color #BA09CE: hue angle of 293.91º degrees, saturation: 0.92, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #BA09CE is Cyan = 0.10, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB1869206-
CMYK0.100.9600.19
HSL293.91º91.63%42.16%-
HSV(B)293.91º95.63%80.78%-
XYZ31.4915.0959.65-
YUV84.38196.64200.48-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 46.38%
GREEN value IS 9 (3.91% from 255) = 2.24%
BLUE value IS 206 (80.86% from 255) = 51.37%
R=46.38%
G=2.24%
B=51.37%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0.96
Y (Yellow) values IS 0
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal18692060.100.9600.19293.9191.6342.16
HexBA9CEA600131265c2a
Octal272113161214002344613452
Binary10111010100111001110101011000000100111001001101011100101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BA09CE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BA09CE; }

 p { color: rgb(186,9,206); }

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

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

 a { background-color: rgb(186,9,206); }

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

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

 span { border-color: rgb(186,9,206); }

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