Html Css Color HEX #BA19CF Deep Magenta

📋 copy color: '#BA19CF'

red 186 ◦ green 25 ◦ blue 207

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

Shades of Deep Magenta #BA19CF

Tints of Deep Magenta #BA19CF

RGB

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

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

 BLUE value IS 207 (81.25% from 255) = 49.52%

R = 44.5%
G = 5.98%
B = 49.52%

CMYK

 C value IS 0.10

 M value IS 0.88

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#BA19CF (or 0xBA19CF) is known color: Deep Magenta. HEX triplet: BA, 19 and CF. RGB value is (186,25,207). Sum of RGB (Red+Green+Blue) = 186+25+207=418 (55% of max value = 765). Red value is 186 (73.05% from 255 or 44.50% from 418); Green value is 25 (10.16% from 255 or 5.98% from 418); Blue value is 207 (81.25% from 255 or 49.52% from 418); Max value from RGB is 207 - color contains mainly: blue. Hex color #BA19CF is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #BA19CF is #45E630. Grayscale: #5D5D5D. Windows color (decimal): -4580913 or 13572538. OLE color: 13572538.

HSL color Cylindrical-coordinate representation of color #BA19CF: hue angle of 293.08º degrees, saturation: 0.78, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #BA19CF is Cyan = 0.10, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 186 25 207 -
CMYK 0.10 0.88 0 0.19
HSL 293.08º 0.78% 0.45% -
HSV(B) 293.08º 0.88% 0.81% -
XYZ 31.86 15.64 60.37 -
YUV 93.89 191.84 193.7 -
System Red Green Blue C M Y K H S L
Decimal 186 25 207 0.10 0.88 0 0.19 293.08 0.78 0.45
Hex BA 19 CF A 58 0 13 125 4E 2D
Octal 272 31 317 12 130 0 23 445 116 55
Binary 10111010 11001 11001111 1010 1011000 0 10011 100100101 1001110 101101

Color Harmonies of #BA19CF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA19CF

Black with #BA19CF

Text Example


Text Example

White with #BA19CF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA19CF; }

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

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

background-color css

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

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

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

border-color css

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

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

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