#BA09CA

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

Shades of Deep Magenta #BA09CA

Tints of Deep Magenta #BA09CA

Color information

#BA09CA (or 0xBA09CA) is unknown color: approx Deep Magenta. HEX triplet: BA, 09 and CA. RGB value is (186,9,202). Sum of RGB (Red+Green+Blue) = 186+9+202=397 (52% of max value = 765). Red value is 186 (73.05% from 255 or 46.85% from 397); Green value is 9 (3.91% from 255 or 2.27% from 397); Blue value is 202 (79.30% from 255 or 50.88% from 397); Max value from RGB is 202 - color contains mainly: blue. Hex color #BA09CA is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #BA09CA is #45F635. Grayscale: #535353. Windows color (decimal): -4585014 or 13240762. OLE color: 13240762.

HSL color Cylindrical-coordinate representation of color #BA09CA: hue angle of 295.03º degrees, saturation: 0.91, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #BA09CA is Cyan = 0.08, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB1869202-
CMYK0.080.9600.21
HSL295.03º91.47%41.37%-
HSV(B)295.03º95.54%79.22%-
XYZ31.0114.957.12-
YUV83.92194.64200.81-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 46.85%
GREEN value IS 9 (3.91% from 255) = 2.27%
BLUE value IS 202 (79.30% from 255) = 50.88%
R=46.85%
G=2.27%
B=50.88%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0.96
Y (Yellow) values IS 0
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal18692020.080.9600.21295.0391.4741.37
HexBA9CA8600151275b29
Octal272113121014002544713351
Binary10111010100111001010100011000000101011001001111011011101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BA09CA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BA09CA; }

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

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

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

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

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

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

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

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