Html Css Color HEX #BA19DA Deep Magenta

📋 copy color: '#BA19DA'

red 186 ◦ green 25 ◦ blue 218

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

Shades of Deep Magenta #BA19DA

Tints of Deep Magenta #BA19DA

RGB

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

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

 BLUE value IS 218 (85.55% from 255) = 50.82%

R = 43.36%
G = 5.83%
B = 50.82%

CMYK

 C value IS 0.15

 M value IS 0.89

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#BA19DA (or 0xBA19DA) is known color: Deep Magenta. HEX triplet: BA, 19 and DA. RGB value is (186,25,218). Sum of RGB (Red+Green+Blue) = 186+25+218=429 (56% of max value = 765). Red value is 186 (73.05% from 255 or 43.36% from 429); Green value is 25 (10.16% from 255 or 5.83% from 429); Blue value is 218 (85.55% from 255 or 50.82% from 429); Max value from RGB is 218 - color contains mainly: blue. Hex color #BA19DA is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #BA19DA is #45E625. Grayscale: #5E5E5E. Windows color (decimal): -4580902 or 14293434. OLE color: 14293434.

HSL color Cylindrical-coordinate representation of color #BA19DA: hue angle of 290.05º degrees, saturation: 0.79, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #BA19DA is Cyan = 0.15, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB 186 25 218 -
CMYK 0.15 0.89 0 0.15
HSL 290.05º 0.79% 0.48% -
HSV(B) 290.05º 0.89% 0.85% -
XYZ 33.25 16.2 67.7 -
YUV 95.14 197.34 192.81 -
System Red Green Blue C M Y K H S L
Decimal 186 25 218 0.15 0.89 0 0.15 290.05 0.79 0.48
Hex BA 19 DA F 59 0 F 122 4F 30
Octal 272 31 332 17 131 0 17 442 117 60
Binary 10111010 11001 11011010 1111 1011001 0 1111 100100010 1001111 110000

Color Harmonies of #BA19DA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA19DA

Black with #BA19DA

Text Example


Text Example

White with #BA19DA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA19DA; }

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

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

background-color css

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

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

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

border-color css

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

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

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