Html Css Color HEX #BA19B0 Deep Magenta

📋 copy color: '#BA19B0'

red 186 ◦ green 25 ◦ blue 176

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

Shades of Deep Magenta #BA19B0

Tints of Deep Magenta #BA19B0

RGB

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

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

 BLUE value IS 176 (69.14% from 255) = 45.48%

R = 48.06%
G = 6.46%
B = 45.48%

CMYK

 C value IS 0

 M value IS 0.87

 Y value IS 0.05

 K value IS 0.27

RGB Variations

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

Color information

#BA19B0 (or 0xBA19B0) is known color: Deep Magenta. HEX triplet: BA, 19 and B0. RGB value is (186,25,176). Sum of RGB (Red+Green+Blue) = 186+25+176=387 (51% of max value = 765). Red value is 186 (73.05% from 255 or 48.06% from 387); Green value is 25 (10.16% from 255 or 6.46% from 387); Blue value is 176 (69.14% from 255 or 45.48% from 387); Max value from RGB is 186 - color contains mainly: red. Hex color #BA19B0 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #BA19B0 is #45E64F. Grayscale: #595959. Windows color (decimal): -4580944 or 11540922. OLE color: 11540922.

HSL color Cylindrical-coordinate representation of color #BA19B0: hue angle of 303.73º 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 #BA19B0 is Cyan = 0, Magento = 0.87, Yellow = 0.05 and Black (K on CMYK) = 0.27.

Color convert

RGB 186 25 176 -
CMYK 0 0.87 0.05 0.27
HSL 303.73º 0.76% 0.41% -
HSV(B) 303.73º 0.87% 0.73% -
XYZ 28.43 14.27 42.33 -
YUV 90.35 176.34 196.22 -
System Red Green Blue C M Y K H S L
Decimal 186 25 176 0 0.87 0.05 0.27 303.73 0.76 0.41
Hex BA 19 B0 0 57 5 1B 130 4C 29
Octal 272 31 260 0 127 5 33 460 114 51
Binary 10111010 11001 10110000 0 1010111 101 11011 100110000 1001100 101001

Color Harmonies of #BA19B0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA19B0

Black with #BA19B0

Text Example


Text Example

White with #BA19B0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA19B0; }

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

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

background-color css

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

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

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

border-color css

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

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

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