Html Css Color HEX #BA1999 Medium Violet Red

📋 copy color: '#BA1999'

red 186 ◦ green 25 ◦ blue 153

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

Shades of Medium Violet Red #BA1999

Tints of Medium Violet Red #BA1999

RGB

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

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

 BLUE value IS 153 (60.16% from 255) = 42.03%

R = 51.1%
G = 6.87%
B = 42.03%

CMYK

 C value IS 0

 M value IS 0.87

 Y value IS 0.18

 K value IS 0.27

RGB Variations

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

Color information

#BA1999 (or 0xBA1999) is known color: Medium Violet Red. HEX triplet: BA, 19 and 99. RGB value is (186,25,153). Sum of RGB (Red+Green+Blue) = 186+25+153=364 (48% of max value = 765). Red value is 186 (73.05% from 255 or 51.10% from 364); Green value is 25 (10.16% from 255 or 6.87% from 364); Blue value is 153 (60.16% from 255 or 42.03% from 364); Max value from RGB is 186 - color contains mainly: red. Hex color #BA1999 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #BA1999 is #45E666. Grayscale: #575757. Windows color (decimal): -4580967 or 10033594. OLE color: 10033594.

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

Color convert

RGB 186 25 153 -
CMYK 0 0.87 0.18 0.27
HSL 312.3º 0.76% 0.41% -
HSV(B) 312.3º 0.87% 0.73% -
XYZ 26.35 13.43 31.34 -
YUV 87.73 164.84 198.09 -
System Red Green Blue C M Y K H S L
Decimal 186 25 153 0 0.87 0.18 0.27 312.3 0.76 0.41
Hex BA 19 99 0 57 12 1B 138 4C 29
Octal 272 31 231 0 127 22 33 470 114 51
Binary 10111010 11001 10011001 0 1010111 10010 11011 100111000 1001100 101001

Color Harmonies of #BA1999

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA1999

Black with #BA1999

Text Example


Text Example

White with #BA1999

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA1999; }

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

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

background-color css

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

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

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

border-color css

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

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

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