Html Css Color HEX #BA1997 Medium Violet Red

📋 copy color: '#BA1997'

red 186 ◦ green 25 ◦ blue 151

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

Shades of Medium Violet Red #BA1997

Tints of Medium Violet Red #BA1997

RGB

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

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

 BLUE value IS 151 (59.38% from 255) = 41.71%

R = 51.38%
G = 6.91%
B = 41.71%

CMYK

 C value IS 0

 M value IS 0.87

 Y value IS 0.19

 K value IS 0.27

RGB Variations

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

Color information

#BA1997 (or 0xBA1997) is known color: Medium Violet Red. HEX triplet: BA, 19 and 97. RGB value is (186,25,151). Sum of RGB (Red+Green+Blue) = 186+25+151=362 (47% of max value = 765). Red value is 186 (73.05% from 255 or 51.38% from 362); Green value is 25 (10.16% from 255 or 6.91% from 362); Blue value is 151 (59.38% from 255 or 41.71% from 362); Max value from RGB is 186 - color contains mainly: red. Hex color #BA1997 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #BA1997 is #45E668. Grayscale: #575757. Windows color (decimal): -4580969 or 9902522. OLE color: 9902522.

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

Color convert

RGB 186 25 151 -
CMYK 0 0.87 0.19 0.27
HSL 313.04º 0.76% 0.41% -
HSV(B) 313.04º 0.87% 0.73% -
XYZ 26.18 13.37 30.48 -
YUV 87.5 163.84 198.25 -
System Red Green Blue C M Y K H S L
Decimal 186 25 151 0 0.87 0.19 0.27 313.04 0.76 0.41
Hex BA 19 97 0 57 13 1B 139 4C 29
Octal 272 31 227 0 127 23 33 471 114 51
Binary 10111010 11001 10010111 0 1010111 10011 11011 100111001 1001100 101001

Color Harmonies of #BA1997

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA1997

Black with #BA1997

Text Example


Text Example

White with #BA1997

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA1997; }

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

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

background-color css

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

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

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

border-color css

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

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

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