Html Css Color HEX #BA1773 Medium Violet Red

📋 copy color: '#BA1773'

red 186 ◦ green 23 ◦ blue 115

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

Shades of Medium Violet Red #BA1773

Tints of Medium Violet Red #BA1773

RGB

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

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

 BLUE value IS 115 (45.31% from 255) = 35.49%

R = 57.41%
G = 7.1%
B = 35.49%

CMYK

 C value IS 0

 M value IS 0.88

 Y value IS 0.38

 K value IS 0.27

RGB Variations

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

Color information

#BA1773 (or 0xBA1773) is known color: Medium Violet Red. HEX triplet: BA, 17 and 73. RGB value is (186,23,115). Sum of RGB (Red+Green+Blue) = 186+23+115=324 (42% of max value = 765). Red value is 186 (73.05% from 255 or 57.41% from 324); Green value is 23 (9.38% from 255 or 7.10% from 324); Blue value is 115 (45.31% from 255 or 35.49% from 324); Max value from RGB is 186 - color contains mainly: red. Hex color #BA1773 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #BA1773 is #45E88C. Grayscale: #525252. Windows color (decimal): -4581517 or 7542714. OLE color: 7542714.

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

Color convert

RGB 186 23 115 -
CMYK 0 0.88 0.38 0.27
HSL 326.14º 0.78% 0.41% -
HSV(B) 326.14º 0.88% 0.73% -
XYZ 23.65 12.29 17.35 -
YUV 82.23 146.5 202.02 -
System Red Green Blue C M Y K H S L
Decimal 186 23 115 0 0.88 0.38 0.27 326.14 0.78 0.41
Hex BA 17 73 0 58 26 1B 146 4E 29
Octal 272 27 163 0 130 46 33 506 116 51
Binary 10111010 10111 1110011 0 1011000 100110 11011 101000110 1001110 101001

Color Harmonies of #BA1773

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA1773

Black with #BA1773

Text Example


Text Example

White with #BA1773

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA1773; }

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

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

background-color css

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

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

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

border-color css

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

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

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