Html Css Color HEX #BA19A1 Medium Violet Red

📋 copy color: '#BA19A1'

red 186 ◦ green 25 ◦ blue 161

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

Shades of Medium Violet Red #BA19A1

Tints of Medium Violet Red #BA19A1

RGB

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

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

 BLUE value IS 161 (63.28% from 255) = 43.28%

R = 50%
G = 6.72%
B = 43.28%

CMYK

 C value IS 0

 M value IS 0.87

 Y value IS 0.13

 K value IS 0.27

RGB Variations

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

Color information

#BA19A1 (or 0xBA19A1) is known color: Medium Violet Red. HEX triplet: BA, 19 and A1. RGB value is (186,25,161). Sum of RGB (Red+Green+Blue) = 186+25+161=372 (49% of max value = 765). Red value is 186 (73.05% from 255 or 50% from 372); Green value is 25 (10.16% from 255 or 6.72% from 372); Blue value is 161 (63.28% from 255 or 43.28% from 372); Max value from RGB is 186 - color contains mainly: red. Hex color #BA19A1 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #BA19A1 is #45E65E. Grayscale: #585858. Windows color (decimal): -4580959 or 10557882. OLE color: 10557882.

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

Color convert

RGB 186 25 161 -
CMYK 0 0.87 0.13 0.27
HSL 309.32º 0.76% 0.41% -
HSV(B) 309.32º 0.87% 0.73% -
XYZ 27.03 13.71 34.94 -
YUV 88.64 168.84 197.44 -
System Red Green Blue C M Y K H S L
Decimal 186 25 161 0 0.87 0.13 0.27 309.32 0.76 0.41
Hex BA 19 A1 0 57 D 1B 135 4C 29
Octal 272 31 241 0 127 15 33 465 114 51
Binary 10111010 11001 10100001 0 1010111 1101 11011 100110101 1001100 101001

Color Harmonies of #BA19A1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA19A1

Black with #BA19A1

Text Example


Text Example

White with #BA19A1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA19A1; }

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

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

background-color css

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

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

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

border-color css

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

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

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