Html Css Color HEX #BA1994 Medium Violet Red

📋 copy color: '#BA1994'

red 186 ◦ green 25 ◦ blue 148

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

Shades of Medium Violet Red #BA1994

Tints of Medium Violet Red #BA1994

RGB

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

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

 BLUE value IS 148 (58.2% from 255) = 41.23%

R = 51.81%
G = 6.96%
B = 41.23%

CMYK

 C value IS 0

 M value IS 0.87

 Y value IS 0.20

 K value IS 0.27

RGB Variations

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

Color information

#BA1994 (or 0xBA1994) is known color: Medium Violet Red. HEX triplet: BA, 19 and 94. RGB value is (186,25,148). Sum of RGB (Red+Green+Blue) = 186+25+148=359 (47% of max value = 765). Red value is 186 (73.05% from 255 or 51.81% from 359); Green value is 25 (10.16% from 255 or 6.96% from 359); Blue value is 148 (58.20% from 255 or 41.23% from 359); Max value from RGB is 186 - color contains mainly: red. Hex color #BA1994 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #BA1994 is #45E66B. Grayscale: #565656. Windows color (decimal): -4580972 or 9705914. OLE color: 9705914.

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

Color convert

RGB 186 25 148 -
CMYK 0 0.87 0.20 0.27
HSL 314.16º 0.76% 0.41% -
HSV(B) 314.16º 0.87% 0.73% -
XYZ 25.94 13.27 29.21 -
YUV 87.16 162.34 198.5 -
System Red Green Blue C M Y K H S L
Decimal 186 25 148 0 0.87 0.20 0.27 314.16 0.76 0.41
Hex BA 19 94 0 57 14 1B 13A 4C 29
Octal 272 31 224 0 127 24 33 472 114 51
Binary 10111010 11001 10010100 0 1010111 10100 11011 100111010 1001100 101001

Color Harmonies of #BA1994

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA1994

Black with #BA1994

Text Example


Text Example

White with #BA1994

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA1994; }

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

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

background-color css

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

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

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

border-color css

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

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

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