Html Css Color HEX #BA19C8 Deep Magenta

📋 copy color: '#BA19C8'

red 186 ◦ green 25 ◦ blue 200

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

Shades of Deep Magenta #BA19C8

Tints of Deep Magenta #BA19C8

RGB

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

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

 BLUE value IS 200 (78.52% from 255) = 48.66%

R = 45.26%
G = 6.08%
B = 48.66%

CMYK

 C value IS 0.07

 M value IS 0.88

 Y value IS 0

 K value IS 0.22

RGB Variations

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

Color information

#BA19C8 (or 0xBA19C8) is known color: Deep Magenta. HEX triplet: BA, 19 and C8. RGB value is (186,25,200). Sum of RGB (Red+Green+Blue) = 186+25+200=411 (54% of max value = 765). Red value is 186 (73.05% from 255 or 45.26% from 411); Green value is 25 (10.16% from 255 or 6.08% from 411); Blue value is 200 (78.52% from 255 or 48.66% from 411); Max value from RGB is 200 - color contains mainly: blue. Hex color #BA19C8 is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #BA19C8 is #45E637. Grayscale: #5C5C5C. Windows color (decimal): -4580920 or 13113786. OLE color: 13113786.

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

Color convert

RGB 186 25 200 -
CMYK 0.07 0.88 0 0.22
HSL 295.2º 0.78% 0.44% -
HSV(B) 295.2º 0.88% 0.78% -
XYZ 31.02 15.3 55.96 -
YUV 93.09 188.34 194.27 -
System Red Green Blue C M Y K H S L
Decimal 186 25 200 0.07 0.88 0 0.22 295.2 0.78 0.44
Hex BA 19 C8 7 58 0 16 127 4E 2C
Octal 272 31 310 7 130 0 26 447 116 54
Binary 10111010 11001 11001000 111 1011000 0 10110 100100111 1001110 101100

Color Harmonies of #BA19C8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA19C8

Black with #BA19C8

Text Example


Text Example

White with #BA19C8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA19C8; }

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

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

background-color css

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

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

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

border-color css

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

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

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