Html Css Color HEX #BA199D Medium Violet Red

📋 copy color: '#BA199D'

red 186 ◦ green 25 ◦ blue 157

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

Shades of Medium Violet Red #BA199D

Tints of Medium Violet Red #BA199D

RGB

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

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

 BLUE value IS 157 (61.72% from 255) = 42.66%

R = 50.54%
G = 6.79%
B = 42.66%

CMYK

 C value IS 0

 M value IS 0.87

 Y value IS 0.16

 K value IS 0.27

RGB Variations

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

Color information

#BA199D (or 0xBA199D) is known color: Medium Violet Red. HEX triplet: BA, 19 and 9D. RGB value is (186,25,157). Sum of RGB (Red+Green+Blue) = 186+25+157=368 (48% of max value = 765). Red value is 186 (73.05% from 255 or 50.54% from 368); Green value is 25 (10.16% from 255 or 6.79% from 368); Blue value is 157 (61.72% from 255 or 42.66% from 368); Max value from RGB is 186 - color contains mainly: red. Hex color #BA199D is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #BA199D is #45E662. Grayscale: #575757. Windows color (decimal): -4580963 or 10295738. OLE color: 10295738.

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

Color convert

RGB 186 25 157 -
CMYK 0 0.87 0.16 0.27
HSL 310.81º 0.76% 0.41% -
HSV(B) 310.81º 0.87% 0.73% -
XYZ 26.68 13.57 33.11 -
YUV 88.19 166.84 197.77 -
System Red Green Blue C M Y K H S L
Decimal 186 25 157 0 0.87 0.16 0.27 310.81 0.76 0.41
Hex BA 19 9D 0 57 10 1B 137 4C 29
Octal 272 31 235 0 127 20 33 467 114 51
Binary 10111010 11001 10011101 0 1010111 10000 11011 100110111 1001100 101001

Color Harmonies of #BA199D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA199D

Black with #BA199D

Text Example


Text Example

White with #BA199D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA199D; }

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

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

background-color css

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

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

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

border-color css

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

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

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