Html Css Color HEX #BA197F Medium Violet Red

📋 copy color: '#BA197F'

red 186 ◦ green 25 ◦ blue 127

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

Shades of Medium Violet Red #BA197F

Tints of Medium Violet Red #BA197F

RGB

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

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

 BLUE value IS 127 (50% from 255) = 37.57%

R = 55.03%
G = 7.4%
B = 37.57%

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

#BA197F (or 0xBA197F) is known color: Medium Violet Red. HEX triplet: BA, 19 and 7F. RGB value is (186,25,127). Sum of RGB (Red+Green+Blue) = 186+25+127=338 (44% of max value = 765). Red value is 186 (73.05% from 255 or 55.03% from 338); Green value is 25 (10.16% from 255 or 7.40% from 338); Blue value is 127 (50% from 255 or 37.57% from 338); Max value from RGB is 186 - color contains mainly: red. Hex color #BA197F is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #BA197F is #45E680. Grayscale: #545454. Windows color (decimal): -4580993 or 8329658. OLE color: 8329658.

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

Color convert

RGB 186 25 127 -
CMYK 0 0.87 0.32 0.27
HSL 321.99º 0.76% 0.41% -
HSV(B) 321.99º 0.87% 0.73% -
XYZ 24.43 12.67 21.24 -
YUV 84.77 151.84 200.21 -
System Red Green Blue C M Y K H S L
Decimal 186 25 127 0 0.87 0.32 0.27 321.99 0.76 0.41
Hex BA 19 7F 0 57 20 1B 142 4C 29
Octal 272 31 177 0 127 40 33 502 114 51
Binary 10111010 11001 1111111 0 1010111 100000 11011 101000010 1001100 101001

Color Harmonies of #BA197F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA197F

Black with #BA197F

Text Example


Text Example

White with #BA197F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA197F; }

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

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

background-color css

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

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

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

border-color css

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

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

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