Html Css Color HEX #BA19BF Deep Magenta

📋 copy color: '#BA19BF'

red 186 ◦ green 25 ◦ blue 191

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

Shades of Deep Magenta #BA19BF

Tints of Deep Magenta #BA19BF

RGB

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

 GREEN value IS 25 (10.16% from 255) = 6.22%

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

R = 46.27%
G = 6.22%
B = 47.51%

CMYK

 C value IS 0.03

 M value IS 0.87

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#BA19BF (or 0xBA19BF) is known color: Deep Magenta. HEX triplet: BA, 19 and BF. RGB value is (186,25,191). Sum of RGB (Red+Green+Blue) = 186+25+191=402 (53% of max value = 765). Red value is 186 (73.05% from 255 or 46.27% from 402); Green value is 25 (10.16% from 255 or 6.22% from 402); Blue value is 191 (75% from 255 or 47.51% from 402); Max value from RGB is 191 - color contains mainly: blue. Hex color #BA19BF is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #BA19BF is #45E640. Grayscale: #5B5B5B. Windows color (decimal): -4580929 or 12523962. OLE color: 12523962.

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

Color convert

RGB 186 25 191 -
CMYK 0.03 0.87 0 0.25
HSL 298.19º 0.77% 0.42% -
HSV(B) 298.19º 0.87% 0.75% -
XYZ 30 14.9 50.58 -
YUV 92.06 183.84 195 -
System Red Green Blue C M Y K H S L
Decimal 186 25 191 0.03 0.87 0 0.25 298.19 0.77 0.42
Hex BA 19 BF 3 57 0 19 12A 4D 2A
Octal 272 31 277 3 127 0 31 452 115 52
Binary 10111010 11001 10111111 11 1010111 0 11001 100101010 1001101 101010

Color Harmonies of #BA19BF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA19BF

Black with #BA19BF

Text Example


Text Example

White with #BA19BF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA19BF; }

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

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

background-color css

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

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

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

border-color css

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

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

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