Html Css Color HEX #BA19B2 Deep Magenta

📋 copy color: '#BA19B2'

red 186 ◦ green 25 ◦ blue 178

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

Shades of Deep Magenta #BA19B2

Tints of Deep Magenta #BA19B2

RGB

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

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

 BLUE value IS 178 (69.92% from 255) = 45.76%

R = 47.81%
G = 6.43%
B = 45.76%

CMYK

 C value IS 0

 M value IS 0.87

 Y value IS 0.04

 K value IS 0.27

RGB Variations

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

Color information

#BA19B2 (or 0xBA19B2) is known color: Deep Magenta. HEX triplet: BA, 19 and B2. RGB value is (186,25,178). Sum of RGB (Red+Green+Blue) = 186+25+178=389 (51% of max value = 765). Red value is 186 (73.05% from 255 or 47.81% from 389); Green value is 25 (10.16% from 255 or 6.43% from 389); Blue value is 178 (69.92% from 255 or 45.76% from 389); Max value from RGB is 186 - color contains mainly: red. Hex color #BA19B2 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #BA19B2 is #45E64D. Grayscale: #5A5A5A. Windows color (decimal): -4580942 or 11671994. OLE color: 11671994.

HSL color Cylindrical-coordinate representation of color #BA19B2: hue angle of 302.98º degrees, saturation: 0.76, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #BA19B2 is Cyan = 0, Magento = 0.87, Yellow = 0.04 and Black (K on CMYK) = 0.27.

Color convert

RGB 186 25 178 -
CMYK 0 0.87 0.04 0.27
HSL 302.98º 0.76% 0.41% -
HSV(B) 302.98º 0.87% 0.73% -
XYZ 28.63 14.35 43.38 -
YUV 90.58 177.34 196.06 -
System Red Green Blue C M Y K H S L
Decimal 186 25 178 0 0.87 0.04 0.27 302.98 0.76 0.41
Hex BA 19 B2 0 57 4 1B 12F 4C 29
Octal 272 31 262 0 127 4 33 457 114 51
Binary 10111010 11001 10110010 0 1010111 100 11011 100101111 1001100 101001

Color Harmonies of #BA19B2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA19B2

Black with #BA19B2

Text Example


Text Example

White with #BA19B2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA19B2; }

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

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

background-color css

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

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

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

border-color css

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

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

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