#BA12C6

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

Shades of Deep Magenta #BA12C6

Tints of Deep Magenta #BA12C6

Color information

#BA12C6 (or 0xBA12C6) is unknown color: approx Deep Magenta. HEX triplet: BA, 12 and C6. RGB value is (186,18,198). Sum of RGB (Red+Green+Blue) = 186+18+198=402 (53% of max value = 765). Red value is 186 (73.05% from 255 or 46.27% from 402); Green value is 18 (7.42% from 255 or 4.48% from 402); Blue value is 198 (77.73% from 255 or 49.25% from 402); Max value from RGB is 198 - color contains mainly: blue. Hex color #BA12C6 is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #BA12C6 is #45ED39. Grayscale: #585858. Windows color (decimal): -4582714 or 12980922. OLE color: 12980922.

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

Color convert

RGB18618198-
CMYK0.060.9100.22
HSL296º83.33%42.35%-
HSV(B)296º90.91%77.65%-
XYZ30.6614.9554.7-
YUV88.75189.66197.36-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 46.27%
GREEN value IS 18 (7.42% from 255) = 4.48%
BLUE value IS 198 (77.73% from 255) = 49.25%
R=46.27%
G=4.48%
B=49.25%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0.91
Y (Yellow) values IS 0
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal186181980.060.9100.2229683.3342.35
HexBA12C665B016128532a
Octal27222306613302645012352
Binary10111010100101100011011010110110101101001010001010011101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BA12C6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BA12C6; }

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

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

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

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

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

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

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

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