Html Css Color HEX #BA19B1 Deep Magenta

📋 copy color: '#BA19B1'

red 186 ◦ green 25 ◦ blue 177

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

Shades of Deep Magenta #BA19B1

Tints of Deep Magenta #BA19B1

RGB

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

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

 BLUE value IS 177 (69.53% from 255) = 45.62%

R = 47.94%
G = 6.44%
B = 45.62%

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

#BA19B1 (or 0xBA19B1) is known color: Deep Magenta. HEX triplet: BA, 19 and B1. RGB value is (186,25,177). Sum of RGB (Red+Green+Blue) = 186+25+177=388 (51% of max value = 765). Red value is 186 (73.05% from 255 or 47.94% from 388); Green value is 25 (10.16% from 255 or 6.44% from 388); Blue value is 177 (69.53% from 255 or 45.62% from 388); Max value from RGB is 186 - color contains mainly: red. Hex color #BA19B1 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #BA19B1 is #45E64E. Grayscale: #5A5A5A. Windows color (decimal): -4580943 or 11606458. OLE color: 11606458.

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

Color convert

RGB 186 25 177 -
CMYK 0 0.87 0.05 0.27
HSL 303.35º 0.76% 0.41% -
HSV(B) 303.35º 0.87% 0.73% -
XYZ 28.53 14.31 42.85 -
YUV 90.47 176.84 196.14 -
System Red Green Blue C M Y K H S L
Decimal 186 25 177 0 0.87 0.05 0.27 303.35 0.76 0.41
Hex BA 19 B1 0 57 5 1B 12F 4C 29
Octal 272 31 261 0 127 5 33 457 114 51
Binary 10111010 11001 10110001 0 1010111 101 11011 100101111 1001100 101001

Color Harmonies of #BA19B1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA19B1

Black with #BA19B1

Text Example


Text Example

White with #BA19B1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA19B1; }

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

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

background-color css

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

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

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

border-color css

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

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

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