Html Css Color HEX #BA19C9 Deep Magenta

📋 copy color: '#BA19C9'

red 186 ◦ green 25 ◦ blue 201

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

Shades of Deep Magenta #BA19C9

Tints of Deep Magenta #BA19C9

RGB

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

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

 BLUE value IS 201 (78.91% from 255) = 48.79%

R = 45.15%
G = 6.07%
B = 48.79%

CMYK

 C value IS 0.07

 M value IS 0.88

 Y value IS 0

 K value IS 0.21

RGB Variations

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

Color information

#BA19C9 (or 0xBA19C9) is known color: Deep Magenta. HEX triplet: BA, 19 and C9. RGB value is (186,25,201). Sum of RGB (Red+Green+Blue) = 186+25+201=412 (54% of max value = 765). Red value is 186 (73.05% from 255 or 45.15% from 412); Green value is 25 (10.16% from 255 or 6.07% from 412); Blue value is 201 (78.91% from 255 or 48.79% from 412); Max value from RGB is 201 - color contains mainly: blue. Hex color #BA19C9 is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #BA19C9 is #45E636. Grayscale: #5C5C5C. Windows color (decimal): -4580919 or 13179322. OLE color: 13179322.

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

Color convert

RGB 186 25 201 -
CMYK 0.07 0.88 0 0.21
HSL 294.89º 0.78% 0.44% -
HSV(B) 294.89º 0.88% 0.79% -
XYZ 31.14 15.35 56.58 -
YUV 93.2 188.84 194.19 -
System Red Green Blue C M Y K H S L
Decimal 186 25 201 0.07 0.88 0 0.21 294.89 0.78 0.44
Hex BA 19 C9 7 58 0 15 127 4E 2C
Octal 272 31 311 7 130 0 25 447 116 54
Binary 10111010 11001 11001001 111 1011000 0 10101 100100111 1001110 101100

Color Harmonies of #BA19C9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA19C9

Black with #BA19C9

Text Example


Text Example

White with #BA19C9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA19C9; }

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

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

background-color css

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

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

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

border-color css

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

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

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