Html Css Color HEX #BA19D6 Deep Magenta

📋 copy color: '#BA19D6'

red 186 ◦ green 25 ◦ blue 214

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

Shades of Deep Magenta #BA19D6

Tints of Deep Magenta #BA19D6

RGB

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

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

 BLUE value IS 214 (83.98% from 255) = 50.35%

R = 43.76%
G = 5.88%
B = 50.35%

CMYK

 C value IS 0.13

 M value IS 0.88

 Y value IS 0

 K value IS 0.16

RGB Variations

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

Color information

#BA19D6 (or 0xBA19D6) is known color: Deep Magenta. HEX triplet: BA, 19 and D6. RGB value is (186,25,214). Sum of RGB (Red+Green+Blue) = 186+25+214=425 (56% of max value = 765). Red value is 186 (73.05% from 255 or 43.76% from 425); Green value is 25 (10.16% from 255 or 5.88% from 425); Blue value is 214 (83.98% from 255 or 50.35% from 425); Max value from RGB is 214 - color contains mainly: blue. Hex color #BA19D6 is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #BA19D6 is #45E629. Grayscale: #5E5E5E. Windows color (decimal): -4580906 or 14031290. OLE color: 14031290.

HSL color Cylindrical-coordinate representation of color #BA19D6: hue angle of 291.11º degrees, saturation: 0.79, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #BA19D6 is Cyan = 0.13, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB 186 25 214 -
CMYK 0.13 0.88 0 0.16
HSL 291.11º 0.79% 0.47% -
HSV(B) 291.11º 0.88% 0.84% -
XYZ 32.73 15.99 64.98 -
YUV 94.69 195.34 193.13 -
System Red Green Blue C M Y K H S L
Decimal 186 25 214 0.13 0.88 0 0.16 291.11 0.79 0.47
Hex BA 19 D6 D 58 0 10 123 4F 2F
Octal 272 31 326 15 130 0 20 443 117 57
Binary 10111010 11001 11010110 1101 1011000 0 10000 100100011 1001111 101111

Color Harmonies of #BA19D6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA19D6

Black with #BA19D6

Text Example


Text Example

White with #BA19D6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA19D6; }

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

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

background-color css

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

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

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

border-color css

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

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

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