Html Css Color HEX #BA04A7 Deep Magenta

📋 copy color: '#BA04A7'

red 186 ◦ green 4 ◦ blue 167

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

Shades of Deep Magenta #BA04A7

Tints of Deep Magenta #BA04A7

RGB

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

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

 BLUE value IS 167 (65.63% from 255) = 46.78%

R = 52.1%
G = 1.12%
B = 46.78%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.10

 K value IS 0.27

RGB Variations

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

Color information

#BA04A7 (or 0xBA04A7) is known color: Deep Magenta. HEX triplet: BA, 04 and A7. RGB value is (186,4,167). Sum of RGB (Red+Green+Blue) = 186+4+167=357 (47% of max value = 765). Red value is 186 (73.05% from 255 or 52.10% from 357); Green value is 4 (1.95% from 255 or 1.12% from 357); Blue value is 167 (65.62% from 255 or 46.78% from 357); Max value from RGB is 186 - color contains mainly: red. Hex color #BA04A7 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #BA04A7 is #45FB58. Grayscale: #4C4C4C. Windows color (decimal): -4586329 or 10945722. OLE color: 10945722.

HSL color Cylindrical-coordinate representation of color #BA04A7: hue angle of 306.26º 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 #BA04A7 is Cyan = 0, Magento = 0.98, Yellow = 0.10 and Black (K on CMYK) = 0.27.

Color convert

RGB 186 4 167 -
CMYK 0 0.98 0.10 0.27
HSL 306.26º 0.96% 0.37% -
HSV(B) 306.26º 0.98% 0.73% -
XYZ 27.27 13.32 37.69 -
YUV 77 178.8 205.75 -
System Red Green Blue C M Y K H S L
Decimal 186 4 167 0 0.98 0.10 0.27 306.26 0.96 0.37
Hex BA 4 A7 0 62 A 1B 132 60 25
Octal 272 4 247 0 142 12 33 462 140 45
Binary 10111010 100 10100111 0 1100010 1010 11011 100110010 1100000 100101

Color Harmonies of #BA04A7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA04A7

Black with #BA04A7

Text Example


Text Example

White with #BA04A7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA04A7; }

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

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

background-color css

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

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

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

border-color css

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

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

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