Html Css Color HEX #BA19CA Deep Magenta

📋 copy color: '#BA19CA'

red 186 ◦ green 25 ◦ blue 202

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

Shades of Deep Magenta #BA19CA

Tints of Deep Magenta #BA19CA

RGB

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

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

 BLUE value IS 202 (79.3% from 255) = 48.91%

R = 45.04%
G = 6.05%
B = 48.91%

CMYK

 C value IS 0.08

 M value IS 0.88

 Y value IS 0

 K value IS 0.21

RGB Variations

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

Color information

#BA19CA (or 0xBA19CA) is known color: Deep Magenta. HEX triplet: BA, 19 and CA. RGB value is (186,25,202). Sum of RGB (Red+Green+Blue) = 186+25+202=413 (54% of max value = 765). Red value is 186 (73.05% from 255 or 45.04% from 413); Green value is 25 (10.16% from 255 or 6.05% from 413); Blue value is 202 (79.30% from 255 or 48.91% from 413); Max value from RGB is 202 - color contains mainly: blue. Hex color #BA19CA is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #BA19CA is #45E635. Grayscale: #5C5C5C. Windows color (decimal): -4580918 or 13244858. OLE color: 13244858.

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

Color convert

RGB 186 25 202 -
CMYK 0.08 0.88 0 0.21
HSL 294.58º 0.78% 0.45% -
HSV(B) 294.58º 0.88% 0.79% -
XYZ 31.26 15.4 57.2 -
YUV 93.32 189.34 194.11 -
System Red Green Blue C M Y K H S L
Decimal 186 25 202 0.08 0.88 0 0.21 294.58 0.78 0.45
Hex BA 19 CA 8 58 0 15 127 4E 2D
Octal 272 31 312 10 130 0 25 447 116 55
Binary 10111010 11001 11001010 1000 1011000 0 10101 100100111 1001110 101101

Color Harmonies of #BA19CA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA19CA

Black with #BA19CA

Text Example


Text Example

White with #BA19CA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA19CA; }

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

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

background-color css

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

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

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

border-color css

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

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

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