Html Css Color HEX #BA197E Medium Violet Red

📋 copy color: '#BA197E'

red 186 ◦ green 25 ◦ blue 126

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

Shades of Medium Violet Red #BA197E

Tints of Medium Violet Red #BA197E

RGB

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

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

 BLUE value IS 126 (49.61% from 255) = 37.39%

R = 55.19%
G = 7.42%
B = 37.39%

CMYK

 C value IS 0

 M value IS 0.87

 Y value IS 0.32

 K value IS 0.27

RGB Variations

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

Color information

#BA197E (or 0xBA197E) is known color: Medium Violet Red. HEX triplet: BA, 19 and 7E. RGB value is (186,25,126). Sum of RGB (Red+Green+Blue) = 186+25+126=337 (44% of max value = 765). Red value is 186 (73.05% from 255 or 55.19% from 337); Green value is 25 (10.16% from 255 or 7.42% from 337); Blue value is 126 (49.61% from 255 or 37.39% from 337); Max value from RGB is 186 - color contains mainly: red. Hex color #BA197E is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #BA197E is #45E681. Grayscale: #545454. Windows color (decimal): -4580994 or 8264122. OLE color: 8264122.

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

Color convert

RGB 186 25 126 -
CMYK 0 0.87 0.32 0.27
HSL 322.36º 0.76% 0.41% -
HSV(B) 322.36º 0.87% 0.73% -
XYZ 24.36 12.64 20.89 -
YUV 84.65 151.34 200.29 -
System Red Green Blue C M Y K H S L
Decimal 186 25 126 0 0.87 0.32 0.27 322.36 0.76 0.41
Hex BA 19 7E 0 57 20 1B 142 4C 29
Octal 272 31 176 0 127 40 33 502 114 51
Binary 10111010 11001 1111110 0 1010111 100000 11011 101000010 1001100 101001

Color Harmonies of #BA197E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA197E

Black with #BA197E

Text Example


Text Example

White with #BA197E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA197E; }

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

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

background-color css

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

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

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

border-color css

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

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

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