#BA06C7

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

Shades of Deep Magenta #BA06C7

Tints of Deep Magenta #BA06C7

Color information

#BA06C7 (or 0xBA06C7) is unknown color: approx Deep Magenta. HEX triplet: BA, 06 and C7. RGB value is (186,6,199). Sum of RGB (Red+Green+Blue) = 186+6+199=391 (51% of max value = 765). Red value is 186 (73.05% from 255 or 47.57% from 391); Green value is 6 (2.73% from 255 or 1.53% from 391); Blue value is 199 (78.12% from 255 or 50.90% from 391); Max value from RGB is 199 - color contains mainly: blue. Hex color #BA06C7 is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #BA06C7 is #45F938. Grayscale: #515151. Windows color (decimal): -4585785 or 13043386. OLE color: 13043386.

HSL color Cylindrical-coordinate representation of color #BA06C7: hue angle of 295.96º 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 #BA06C7 is Cyan = 0.07, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.22.

Color convert

RGB1866199-
CMYK0.070.9700.22
HSL295.96º94.15%40.2%-
HSV(B)295.96º96.98%78.04%-
XYZ30.6214.6955.25-
YUV81.82194.13202.31-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 47.57%
GREEN value IS 6 (2.73% from 255) = 1.53%
BLUE value IS 199 (78.12% from 255) = 50.90%
R=47.57%
G=1.53%
B=50.90%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0.97
Y (Yellow) values IS 0
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal18661990.070.9700.22295.9694.1540.2
HexBA6C77610161285e28
Octal2726307714102645013650
Binary101110101101100011111111000010101101001010001011110101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BA06C7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BA06C7; }

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

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

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

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

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

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

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

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