Html Css Color HEX #BA04AF Deep Magenta

📋 copy color: '#BA04AF'

red 186 ◦ green 4 ◦ blue 175

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

Shades of Deep Magenta #BA04AF

Tints of Deep Magenta #BA04AF

RGB

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

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

 BLUE value IS 175 (68.75% from 255) = 47.95%

R = 50.96%
G = 1.1%
B = 47.95%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.06

 K value IS 0.27

RGB Variations

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

Color information

#BA04AF (or 0xBA04AF) is known color: Deep Magenta. HEX triplet: BA, 04 and AF. RGB value is (186,4,175). Sum of RGB (Red+Green+Blue) = 186+4+175=365 (48% of max value = 765). Red value is 186 (73.05% from 255 or 50.96% from 365); Green value is 4 (1.95% from 255 or 1.10% from 365); Blue value is 175 (68.75% from 255 or 47.95% from 365); Max value from RGB is 186 - color contains mainly: red. Hex color #BA04AF is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #BA04AF is #45FB50. Grayscale: #4D4D4D. Windows color (decimal): -4586321 or 11470010. OLE color: 11470010.

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

Color convert

RGB 186 4 175 -
CMYK 0 0.98 0.06 0.27
HSL 303.63º 0.96% 0.37% -
HSV(B) 303.63º 0.98% 0.73% -
XYZ 28.03 13.62 41.71 -
YUV 77.91 182.8 205.1 -
System Red Green Blue C M Y K H S L
Decimal 186 4 175 0 0.98 0.06 0.27 303.63 0.96 0.37
Hex BA 4 AF 0 62 6 1B 130 60 25
Octal 272 4 257 0 142 6 33 460 140 45
Binary 10111010 100 10101111 0 1100010 110 11011 100110000 1100000 100101

Color Harmonies of #BA04AF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA04AF

Black with #BA04AF

Text Example


Text Example

White with #BA04AF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA04AF; }

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

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

background-color css

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

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

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

border-color css

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

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

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