#BA0AC8

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

Shades of Deep Magenta #BA0AC8

Tints of Deep Magenta #BA0AC8

Color information

#BA0AC8 (or 0xBA0AC8) is unknown color: approx Deep Magenta. HEX triplet: BA, 0A and C8. RGB value is (186,10,200). Sum of RGB (Red+Green+Blue) = 186+10+200=396 (52% of max value = 765). Red value is 186 (73.05% from 255 or 46.97% from 396); Green value is 10 (4.30% from 255 or 2.53% from 396); Blue value is 200 (78.52% from 255 or 50.51% from 396); Max value from RGB is 200 - color contains mainly: blue. Hex color #BA0AC8 is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #BA0AC8 is #45F537. Grayscale: #535353. Windows color (decimal): -4584760 or 13109946. OLE color: 13109946.

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

Color convert

RGB18610200-
CMYK0.070.9500.22
HSL295.58º90.48%41.18%-
HSV(B)295.58º95%78.43%-
XYZ30.7814.8355.88-
YUV84.28193.31200.55-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 46.97%
GREEN value IS 10 (4.30% from 255) = 2.53%
BLUE value IS 200 (78.52% from 255) = 50.51%
R=46.97%
G=2.53%
B=50.51%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0.95
Y (Yellow) values IS 0
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal186102000.070.9500.22295.5890.4841.18
HexBAAC875F0161285a29
Octal27212310713702645013251
Binary1011101010101100100011110111110101101001010001011010101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BA0AC8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BA0AC8; }

 p { color: rgb(186,10,200); }

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

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

 a { background-color: rgb(186,10,200); }

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

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

 span { border-color: rgb(186,10,200); }

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