Html Css Color HEX #BA04BF Deep Magenta

📋 copy color: '#BA04BF'

red 186 ◦ green 4 ◦ blue 191

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

Shades of Deep Magenta #BA04BF

Tints of Deep Magenta #BA04BF

RGB

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

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

 BLUE value IS 191 (75% from 255) = 50.13%

R = 48.82%
G = 1.05%
B = 50.13%

CMYK

 C value IS 0.03

 M value IS 0.98

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#BA04BF (or 0xBA04BF) is known color: Deep Magenta. HEX triplet: BA, 04 and BF. RGB value is (186,4,191). Sum of RGB (Red+Green+Blue) = 186+4+191=381 (50% of max value = 765). Red value is 186 (73.05% from 255 or 48.82% from 381); Green value is 4 (1.95% from 255 or 1.05% from 381); Blue value is 191 (75% from 255 or 50.13% from 381); Max value from RGB is 191 - color contains mainly: blue. Hex color #BA04BF is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #BA04BF is #45FB40. Grayscale: #4F4F4F. Windows color (decimal): -4586305 or 12518586. OLE color: 12518586.

HSL color Cylindrical-coordinate representation of color #BA04BF: hue angle of 298.4º degrees, saturation: 0.96, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #BA04BF is Cyan = 0.03, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB 186 4 191 -
CMYK 0.03 0.98 0 0.25
HSL 298.4º 0.96% 0.38% -
HSV(B) 298.4º 0.98% 0.75% -
XYZ 29.7 14.29 50.48 -
YUV 79.74 190.8 203.79 -
System Red Green Blue C M Y K H S L
Decimal 186 4 191 0.03 0.98 0 0.25 298.4 0.96 0.38
Hex BA 4 BF 3 62 0 19 12A 60 26
Octal 272 4 277 3 142 0 31 452 140 46
Binary 10111010 100 10111111 11 1100010 0 11001 100101010 1100000 100110

Color Harmonies of #BA04BF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA04BF

Black with #BA04BF

Text Example


Text Example

White with #BA04BF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA04BF; }

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

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

background-color css

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

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

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

border-color css

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

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

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