Html Css Color HEX #BA196E Medium Violet Red

📋 copy color: '#BA196E'

red 186 ◦ green 25 ◦ blue 110

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

Shades of Medium Violet Red #BA196E

Tints of Medium Violet Red #BA196E

RGB

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

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

 BLUE value IS 110 (43.36% from 255) = 34.27%

R = 57.94%
G = 7.79%
B = 34.27%

CMYK

 C value IS 0

 M value IS 0.87

 Y value IS 0.41

 K value IS 0.27

RGB Variations

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

Color information

#BA196E (or 0xBA196E) is known color: Medium Violet Red. HEX triplet: BA, 19 and 6E. RGB value is (186,25,110). Sum of RGB (Red+Green+Blue) = 186+25+110=321 (42% of max value = 765). Red value is 186 (73.05% from 255 or 57.94% from 321); Green value is 25 (10.16% from 255 or 7.79% from 321); Blue value is 110 (43.36% from 255 or 34.27% from 321); Max value from RGB is 186 - color contains mainly: red. Hex color #BA196E is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #BA196E is #45E691. Grayscale: #525252. Windows color (decimal): -4581010 or 7215546. OLE color: 7215546.

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

Color convert

RGB 186 25 110 -
CMYK 0 0.87 0.41 0.27
HSL 328.32º 0.76% 0.41% -
HSV(B) 328.32º 0.87% 0.73% -
XYZ 23.41 12.26 15.88 -
YUV 82.83 143.34 201.59 -
System Red Green Blue C M Y K H S L
Decimal 186 25 110 0 0.87 0.41 0.27 328.32 0.76 0.41
Hex BA 19 6E 0 57 29 1B 148 4C 29
Octal 272 31 156 0 127 51 33 510 114 51
Binary 10111010 11001 1101110 0 1010111 101001 11011 101001000 1001100 101001

Color Harmonies of #BA196E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA196E

Black with #BA196E

Text Example


Text Example

White with #BA196E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA196E; }

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

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

background-color css

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

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

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

border-color css

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

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

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