Html Css Color HEX #BA198C Medium Violet Red

📋 copy color: '#BA198C'

red 186 ◦ green 25 ◦ blue 140

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

Shades of Medium Violet Red #BA198C

Tints of Medium Violet Red #BA198C

RGB

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

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

 BLUE value IS 140 (55.08% from 255) = 39.89%

R = 52.99%
G = 7.12%
B = 39.89%

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

#BA198C (or 0xBA198C) is known color: Medium Violet Red. HEX triplet: BA, 19 and 8C. RGB value is (186,25,140). Sum of RGB (Red+Green+Blue) = 186+25+140=351 (46% of max value = 765). Red value is 186 (73.05% from 255 or 52.99% from 351); Green value is 25 (10.16% from 255 or 7.12% from 351); Blue value is 140 (55.08% from 255 or 39.89% from 351); Max value from RGB is 186 - color contains mainly: red. Hex color #BA198C is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #BA198C is #45E673. Grayscale: #555555. Windows color (decimal): -4580980 or 9181626. OLE color: 9181626.

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

Color convert

RGB 186 25 140 -
CMYK 0 0.87 0.25 0.27
HSL 317.14º 0.76% 0.41% -
HSV(B) 317.14º 0.87% 0.73% -
XYZ 25.33 13.03 25.99 -
YUV 86.25 158.34 199.15 -
System Red Green Blue C M Y K H S L
Decimal 186 25 140 0 0.87 0.25 0.27 317.14 0.76 0.41
Hex BA 19 8C 0 57 19 1B 13D 4C 29
Octal 272 31 214 0 127 31 33 475 114 51
Binary 10111010 11001 10001100 0 1010111 11001 11011 100111101 1001100 101001

Color Harmonies of #BA198C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA198C

Black with #BA198C

Text Example


Text Example

White with #BA198C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA198C; }

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

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

background-color css

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

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

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

border-color css

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

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

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