Html Css Color HEX #BA198D Medium Violet Red

📋 copy color: '#BA198D'

red 186 ◦ green 25 ◦ blue 141

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

Shades of Medium Violet Red #BA198D

Tints of Medium Violet Red #BA198D

RGB

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

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

 BLUE value IS 141 (55.47% from 255) = 40.06%

R = 52.84%
G = 7.1%
B = 40.06%

CMYK

 C value IS 0

 M value IS 0.87

 Y value IS 0.24

 K value IS 0.27

RGB Variations

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

Color information

#BA198D (or 0xBA198D) is known color: Medium Violet Red. HEX triplet: BA, 19 and 8D. RGB value is (186,25,141). Sum of RGB (Red+Green+Blue) = 186+25+141=352 (46% of max value = 765). Red value is 186 (73.05% from 255 or 52.84% from 352); Green value is 25 (10.16% from 255 or 7.10% from 352); Blue value is 141 (55.47% from 255 or 40.06% from 352); Max value from RGB is 186 - color contains mainly: red. Hex color #BA198D is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #BA198D is #45E672. Grayscale: #565656. Windows color (decimal): -4580979 or 9247162. OLE color: 9247162.

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

Color convert

RGB 186 25 141 -
CMYK 0 0.87 0.24 0.27
HSL 316.77º 0.76% 0.41% -
HSV(B) 316.77º 0.87% 0.73% -
XYZ 25.41 13.06 26.38 -
YUV 86.36 158.84 199.07 -
System Red Green Blue C M Y K H S L
Decimal 186 25 141 0 0.87 0.24 0.27 316.77 0.76 0.41
Hex BA 19 8D 0 57 18 1B 13D 4C 29
Octal 272 31 215 0 127 30 33 475 114 51
Binary 10111010 11001 10001101 0 1010111 11000 11011 100111101 1001100 101001

Color Harmonies of #BA198D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA198D

Black with #BA198D

Text Example


Text Example

White with #BA198D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA198D; }

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

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

background-color css

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

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

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

border-color css

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

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

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