#BA09C4

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

Shades of Deep Magenta #BA09C4

Tints of Deep Magenta #BA09C4

Color information

#BA09C4 (or 0xBA09C4) is unknown color: approx Deep Magenta. HEX triplet: BA, 09 and C4. RGB value is (186,9,196). Sum of RGB (Red+Green+Blue) = 186+9+196=391 (51% of max value = 765). Red value is 186 (73.05% from 255 or 47.57% from 391); Green value is 9 (3.91% from 255 or 2.30% from 391); Blue value is 196 (76.95% from 255 or 50.13% from 391); Max value from RGB is 196 - color contains mainly: blue. Hex color #BA09C4 is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #BA09C4 is #45F63B. Grayscale: #525252. Windows color (decimal): -4585020 or 12847546. OLE color: 12847546.

HSL color Cylindrical-coordinate representation of color #BA09C4: hue angle of 296.79º degrees, saturation: 0.91, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #BA09C4 is Cyan = 0.05, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.23.

Color convert

RGB1869196-
CMYK0.050.9500.23
HSL296.79º91.22%40.2%-
HSV(B)296.79º95.41%76.86%-
XYZ30.3114.6253.45-
YUV83.24191.64201.29-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 47.57%
GREEN value IS 9 (3.91% from 255) = 2.30%
BLUE value IS 196 (76.95% from 255) = 50.13%
R=47.57%
G=2.30%
B=50.13%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0.95
Y (Yellow) values IS 0
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal18691960.050.9500.23296.7991.2240.2
HexBA9C455F0171295b28
Octal27211304513702745113350
Binary1011101010011100010010110111110101111001010011011011101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BA09C4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BA09C4; }

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

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

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

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

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

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

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

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