Html Css Color HEX #BA198B Medium Violet Red

📋 copy color: '#BA198B'

red 186 ◦ green 25 ◦ blue 139

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

Shades of Medium Violet Red #BA198B

Tints of Medium Violet Red #BA198B

RGB

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

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

 BLUE value IS 139 (54.69% from 255) = 39.71%

R = 53.14%
G = 7.14%
B = 39.71%

CMYK

 C value IS 0

 M value IS 0.87

 Y value IS 0.25

 K value IS 0.27

RGB Variations

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

Color information

#BA198B (or 0xBA198B) is known color: Medium Violet Red. HEX triplet: BA, 19 and 8B. RGB value is (186,25,139). Sum of RGB (Red+Green+Blue) = 186+25+139=350 (46% of max value = 765). Red value is 186 (73.05% from 255 or 53.14% from 350); Green value is 25 (10.16% from 255 or 7.14% from 350); Blue value is 139 (54.69% from 255 or 39.71% from 350); Max value from RGB is 186 - color contains mainly: red. Hex color #BA198B is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #BA198B is #45E674. Grayscale: #555555. Windows color (decimal): -4580981 or 9116090. OLE color: 9116090.

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

Color convert

RGB 186 25 139 -
CMYK 0 0.87 0.25 0.27
HSL 317.52º 0.76% 0.41% -
HSV(B) 317.52º 0.87% 0.73% -
XYZ 25.26 13 25.6 -
YUV 86.14 157.84 199.23 -
System Red Green Blue C M Y K H S L
Decimal 186 25 139 0 0.87 0.25 0.27 317.52 0.76 0.41
Hex BA 19 8B 0 57 19 1B 13E 4C 29
Octal 272 31 213 0 127 31 33 476 114 51
Binary 10111010 11001 10001011 0 1010111 11001 11011 100111110 1001100 101001

Color Harmonies of #BA198B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA198B

Black with #BA198B

Text Example


Text Example

White with #BA198B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA198B; }

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

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

background-color css

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

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

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

border-color css

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

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

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