#BA0CC7

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

Shades of Deep Magenta #BA0CC7

Tints of Deep Magenta #BA0CC7

Color information

#BA0CC7 (or 0xBA0CC7) is unknown color: approx Deep Magenta. HEX triplet: BA, 0C and C7. RGB value is (186,12,199). Sum of RGB (Red+Green+Blue) = 186+12+199=397 (52% of max value = 765). Red value is 186 (73.05% from 255 or 46.85% from 397); Green value is 12 (5.08% from 255 or 3.02% from 397); Blue value is 199 (78.12% from 255 or 50.13% from 397); Max value from RGB is 199 - color contains mainly: blue. Hex color #BA0CC7 is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #BA0CC7 is #45F338. Grayscale: #545454. Windows color (decimal): -4584249 or 13044922. OLE color: 13044922.

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

Color convert

RGB18612199-
CMYK0.070.9400.22
HSL295.83º88.63%41.37%-
HSV(B)295.83º93.97%78.04%-
XYZ30.6914.8355.28-
YUV85.34192.15199.79-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 46.85%
GREEN value IS 12 (5.08% from 255) = 3.02%
BLUE value IS 199 (78.12% from 255) = 50.13%
R=46.85%
G=3.02%
B=50.13%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0.94
Y (Yellow) values IS 0
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal186121990.070.9400.22295.8388.6341.37
HexBACC775E0161285929
Octal27214307713602645013151
Binary1011101011001100011111110111100101101001010001011001101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BA0CC7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BA0CC7; }

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

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

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

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

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

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

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

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