Html Css Color HEX #BA1197 Medium Violet Red

📋 copy color: '#BA1197'

red 186 ◦ green 17 ◦ blue 151

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

Shades of Medium Violet Red #BA1197

Tints of Medium Violet Red #BA1197

RGB

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

 GREEN value IS 17 (7.03% from 255) = 4.8%

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

R = 52.54%
G = 4.8%
B = 42.66%

CMYK

 C value IS 0

 M value IS 0.91

 Y value IS 0.19

 K value IS 0.27

RGB Variations

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

Color information

#BA1197 (or 0xBA1197) is known color: Medium Violet Red. HEX triplet: BA, 11 and 97. RGB value is (186,17,151). Sum of RGB (Red+Green+Blue) = 186+17+151=354 (46% of max value = 765). Red value is 186 (73.05% from 255 or 52.54% from 354); Green value is 17 (7.03% from 255 or 4.80% from 354); Blue value is 151 (59.38% from 255 or 42.66% from 354); Max value from RGB is 186 - color contains mainly: red. Hex color #BA1197 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #BA1197 is #45EE68. Grayscale: #525252. Windows color (decimal): -4583017 or 9900474. OLE color: 9900474.

HSL color Cylindrical-coordinate representation of color #BA1197: hue angle of 312.43º degrees, saturation: 0.83, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #BA1197 is Cyan = 0, Magento = 0.91, Yellow = 0.19 and Black (K on CMYK) = 0.27.

Color convert

RGB 186 17 151 -
CMYK 0 0.91 0.19 0.27
HSL 312.43º 0.83% 0.4% -
HSV(B) 312.43º 0.91% 0.73% -
XYZ 26.04 13.07 30.43 -
YUV 82.81 166.49 201.6 -
System Red Green Blue C M Y K H S L
Decimal 186 17 151 0 0.91 0.19 0.27 312.43 0.83 0.4
Hex BA 11 97 0 5B 13 1B 138 53 28
Octal 272 21 227 0 133 23 33 470 123 50
Binary 10111010 10001 10010111 0 1011011 10011 11011 100111000 1010011 101000

Color Harmonies of #BA1197

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA1197

Black with #BA1197

Text Example


Text Example

White with #BA1197

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA1197; }

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

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

background-color css

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

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

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

border-color css

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

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

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