Html Css Color HEX #BA10AC Deep Magenta

📋 copy color: '#BA10AC'

red 186 ◦ green 16 ◦ blue 172

#BA10AC
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Deep Magenta #BA10AC

Tints of Deep Magenta #BA10AC

RGB

 RED value IS 186 (73.05% from 255) = 49.73%

 GREEN value IS 16 (6.64% from 255) = 4.28%

 BLUE value IS 172 (67.58% from 255) = 45.99%

R = 49.73%
G = 4.28%
B = 45.99%

CMYK

 C value IS 0

 M value IS 0.91

 Y value IS 0.08

 K value IS 0.27

RGB Variations

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

Color information

#BA10AC (or 0xBA10AC) is known color: Deep Magenta. HEX triplet: BA, 10 and AC. RGB value is (186,16,172). Sum of RGB (Red+Green+Blue) = 186+16+172=374 (49% of max value = 765). Red value is 186 (73.05% from 255 or 49.73% from 374); Green value is 16 (6.64% from 255 or 4.28% from 374); Blue value is 172 (67.58% from 255 or 45.99% from 374); Max value from RGB is 186 - color contains mainly: red. Hex color #BA10AC is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #BA10AC is #45EF53. Grayscale: #545454. Windows color (decimal): -4583252 or 11276474. OLE color: 11276474.

HSL color Cylindrical-coordinate representation of color #BA10AC: hue angle of 304.94º degrees, saturation: 0.84, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #BA10AC is Cyan = 0, Magento = 0.91, Yellow = 0.08 and Black (K on CMYK) = 0.27.

Color convert

RGB 186 16 172 -
CMYK 0 0.91 0.08 0.27
HSL 304.94º 0.84% 0.4% -
HSV(B) 304.94º 0.91% 0.73% -
XYZ 27.88 13.79 40.22 -
YUV 84.61 177.32 200.32 -
System Red Green Blue C M Y K H S L
Decimal 186 16 172 0 0.91 0.08 0.27 304.94 0.84 0.4
Hex BA 10 AC 0 5B 8 1B 131 54 28
Octal 272 20 254 0 133 10 33 461 124 50
Binary 10111010 10000 10101100 0 1011011 1000 11011 100110001 1010100 101000

Color Harmonies of #BA10AC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA10AC

Black with #BA10AC

Text Example


Text Example

White with #BA10AC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA10AC; }

 p { color: rgb(186,16,172); }

 H1.HeaderClassName
 {
   color: #BA10AC;
 }
 .AnyTagClassName
 {
   color: #BA10AC;
 }
</style>

background-color css

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

 a { background-color: rgb(186,16,172); }

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

border-color css

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

 span { border-color: rgb(186,16,172); }

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