#BA06C6

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

Shades of Deep Magenta #BA06C6

Tints of Deep Magenta #BA06C6

Color information

#BA06C6 (or 0xBA06C6) is unknown color: approx Deep Magenta. HEX triplet: BA, 06 and C6. RGB value is (186,6,198). Sum of RGB (Red+Green+Blue) = 186+6+198=390 (51% of max value = 765). Red value is 186 (73.05% from 255 or 47.69% from 390); Green value is 6 (2.73% from 255 or 1.54% from 390); Blue value is 198 (77.73% from 255 or 50.77% from 390); Max value from RGB is 198 - color contains mainly: blue. Hex color #BA06C6 is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #BA06C6 is #45F939. Grayscale: #515151. Windows color (decimal): -4585786 or 12977850. OLE color: 12977850.

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

Color convert

RGB1866198-
CMYK0.060.9700.22
HSL296.25º94.12%40%-
HSV(B)296.25º96.97%77.65%-
XYZ30.5114.6554.65-
YUV81.71193.63202.39-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 47.69%
GREEN value IS 6 (2.73% from 255) = 1.54%
BLUE value IS 198 (77.73% from 255) = 50.77%
R=47.69%
G=1.54%
B=50.77%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0.97
Y (Yellow) values IS 0
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal18661980.060.9700.22296.2594.1240
HexBA6C66610161285e28
Octal2726306614102645013650
Binary101110101101100011011011000010101101001010001011110101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BA06C6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BA06C6; }

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

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

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

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

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

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

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

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