Html Css Color HEX #BA176E Medium Violet Red

📋 copy color: '#BA176E'

red 186 ◦ green 23 ◦ blue 110

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

Shades of Medium Violet Red #BA176E

Tints of Medium Violet Red #BA176E

RGB

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

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

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

R = 58.31%
G = 7.21%
B = 34.48%

CMYK

 C value IS 0

 M value IS 0.88

 Y value IS 0.41

 K value IS 0.27

RGB Variations

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

Color information

#BA176E (or 0xBA176E) is known color: Medium Violet Red. HEX triplet: BA, 17 and 6E. RGB value is (186,23,110). Sum of RGB (Red+Green+Blue) = 186+23+110=319 (42% of max value = 765). Red value is 186 (73.05% from 255 or 58.31% from 319); Green value is 23 (9.38% from 255 or 7.21% from 319); Blue value is 110 (43.36% from 255 or 34.48% from 319); Max value from RGB is 186 - color contains mainly: red. Hex color #BA176E is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #BA176E is #45E891. Grayscale: #515151. Windows color (decimal): -4581522 or 7215034. OLE color: 7215034.

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

Color convert

RGB 186 23 110 -
CMYK 0 0.88 0.41 0.27
HSL 327.98º 0.78% 0.41% -
HSV(B) 327.98º 0.88% 0.73% -
XYZ 23.37 12.18 15.87 -
YUV 81.66 144 202.43 -
System Red Green Blue C M Y K H S L
Decimal 186 23 110 0 0.88 0.41 0.27 327.98 0.78 0.41
Hex BA 17 6E 0 58 29 1B 148 4E 29
Octal 272 27 156 0 130 51 33 510 116 51
Binary 10111010 10111 1101110 0 1011000 101001 11011 101001000 1001110 101001

Color Harmonies of #BA176E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA176E

Black with #BA176E

Text Example


Text Example

White with #BA176E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA176E; }

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

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

background-color css

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

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

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

border-color css

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

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

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