Html Css Color HEX #BA19CC Deep Magenta

📋 copy color: '#BA19CC'

red 186 ◦ green 25 ◦ blue 204

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

Shades of Deep Magenta #BA19CC

Tints of Deep Magenta #BA19CC

RGB

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

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

 BLUE value IS 204 (80.08% from 255) = 49.16%

R = 44.82%
G = 6.02%
B = 49.16%

CMYK

 C value IS 0.09

 M value IS 0.88

 Y value IS 0

 K value IS 0.2

RGB Variations

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

Color information

#BA19CC (or 0xBA19CC) is known color: Deep Magenta. HEX triplet: BA, 19 and CC. RGB value is (186,25,204). Sum of RGB (Red+Green+Blue) = 186+25+204=415 (54% of max value = 765). Red value is 186 (73.05% from 255 or 44.82% from 415); Green value is 25 (10.16% from 255 or 6.02% from 415); Blue value is 204 (80.08% from 255 or 49.16% from 415); Max value from RGB is 204 - color contains mainly: blue. Hex color #BA19CC is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #BA19CC is #45E633. Grayscale: #5C5C5C. Windows color (decimal): -4580916 or 13375930. OLE color: 13375930.

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

Color convert

RGB 186 25 204 -
CMYK 0.09 0.88 0 0.2
HSL 293.97º 0.78% 0.45% -
HSV(B) 293.97º 0.88% 0.8% -
XYZ 31.5 15.49 58.46 -
YUV 93.55 190.34 193.95 -
System Red Green Blue C M Y K H S L
Decimal 186 25 204 0.09 0.88 0 0.2 293.97 0.78 0.45
Hex BA 19 CC 9 58 0 14 126 4E 2D
Octal 272 31 314 11 130 0 24 446 116 55
Binary 10111010 11001 11001100 1001 1011000 0 10100 100100110 1001110 101101

Color Harmonies of #BA19CC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA19CC

Black with #BA19CC

Text Example


Text Example

White with #BA19CC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA19CC; }

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

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

background-color css

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

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

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

border-color css

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

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

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