Html Css Color HEX #BA04AC Deep Magenta

📋 copy color: '#BA04AC'

red 186 ◦ green 4 ◦ blue 172

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

Shades of Deep Magenta #BA04AC

Tints of Deep Magenta #BA04AC

RGB

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

 GREEN value IS 4 (1.95% from 255) = 1.1%

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

R = 51.38%
G = 1.1%
B = 47.51%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.08

 K value IS 0.27

RGB Variations

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

Color information

#BA04AC (or 0xBA04AC) is known color: Deep Magenta. HEX triplet: BA, 04 and AC. RGB value is (186,4,172). Sum of RGB (Red+Green+Blue) = 186+4+172=362 (47% of max value = 765). Red value is 186 (73.05% from 255 or 51.38% from 362); Green value is 4 (1.95% from 255 or 1.10% from 362); Blue value is 172 (67.58% from 255 or 47.51% from 362); Max value from RGB is 186 - color contains mainly: red. Hex color #BA04AC is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #BA04AC is #45FB53. Grayscale: #4D4D4D. Windows color (decimal): -4586324 or 11273402. OLE color: 11273402.

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

Color convert

RGB 186 4 172 -
CMYK 0 0.98 0.08 0.27
HSL 304.62º 0.96% 0.37% -
HSV(B) 304.62º 0.98% 0.73% -
XYZ 27.74 13.5 40.17 -
YUV 77.57 181.3 205.34 -
System Red Green Blue C M Y K H S L
Decimal 186 4 172 0 0.98 0.08 0.27 304.62 0.96 0.37
Hex BA 4 AC 0 62 8 1B 131 60 25
Octal 272 4 254 0 142 10 33 461 140 45
Binary 10111010 100 10101100 0 1100010 1000 11011 100110001 1100000 100101

Color Harmonies of #BA04AC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA04AC

Black with #BA04AC

Text Example


Text Example

White with #BA04AC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA04AC; }

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

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

background-color css

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

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

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

border-color css

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

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

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