Html Css Color HEX #BA179F Medium Violet Red

📋 copy color: '#BA179F'

red 186 ◦ green 23 ◦ blue 159

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

Shades of Medium Violet Red #BA179F

Tints of Medium Violet Red #BA179F

RGB

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

 GREEN value IS 23 (9.38% from 255) = 6.25%

 BLUE value IS 159 (62.5% from 255) = 43.21%

R = 50.54%
G = 6.25%
B = 43.21%

CMYK

 C value IS 0

 M value IS 0.88

 Y value IS 0.15

 K value IS 0.27

RGB Variations

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

Color information

#BA179F (or 0xBA179F) is known color: Medium Violet Red. HEX triplet: BA, 17 and 9F. RGB value is (186,23,159). Sum of RGB (Red+Green+Blue) = 186+23+159=368 (48% of max value = 765). Red value is 186 (73.05% from 255 or 50.54% from 368); Green value is 23 (9.38% from 255 or 6.25% from 368); Blue value is 159 (62.5% from 255 or 43.21% from 368); Max value from RGB is 186 - color contains mainly: red. Hex color #BA179F is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #BA179F is #45E860. Grayscale: #565656. Windows color (decimal): -4581473 or 10426298. OLE color: 10426298.

HSL color Cylindrical-coordinate representation of color #BA179F: hue angle of 309.94º degrees, saturation: 0.78, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #BA179F is Cyan = 0, Magento = 0.88, Yellow = 0.15 and Black (K on CMYK) = 0.27.

Color convert

RGB 186 23 159 -
CMYK 0 0.88 0.15 0.27
HSL 309.94º 0.78% 0.41% -
HSV(B) 309.94º 0.88% 0.73% -
XYZ 26.81 13.56 34 -
YUV 87.24 168.5 198.44 -
System Red Green Blue C M Y K H S L
Decimal 186 23 159 0 0.88 0.15 0.27 309.94 0.78 0.41
Hex BA 17 9F 0 58 F 1B 136 4E 29
Octal 272 27 237 0 130 17 33 466 116 51
Binary 10111010 10111 10011111 0 1011000 1111 11011 100110110 1001110 101001

Color Harmonies of #BA179F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA179F

Black with #BA179F

Text Example


Text Example

White with #BA179F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA179F; }

 p { color: rgb(186,23,159); }

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

background-color css

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

 a { background-color: rgb(186,23,159); }

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

border-color css

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

 span { border-color: rgb(186,23,159); }

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