Html Css Color HEX #BA1772 Medium Violet Red

📋 copy color: '#BA1772'

red 186 ◦ green 23 ◦ blue 114

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

Shades of Medium Violet Red #BA1772

Tints of Medium Violet Red #BA1772

RGB

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

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

 BLUE value IS 114 (44.92% from 255) = 35.29%

R = 57.59%
G = 7.12%
B = 35.29%

CMYK

 C value IS 0

 M value IS 0.88

 Y value IS 0.39

 K value IS 0.27

RGB Variations

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

Color information

#BA1772 (or 0xBA1772) is known color: Medium Violet Red. HEX triplet: BA, 17 and 72. RGB value is (186,23,114). Sum of RGB (Red+Green+Blue) = 186+23+114=323 (42% of max value = 765). Red value is 186 (73.05% from 255 or 57.59% from 323); Green value is 23 (9.38% from 255 or 7.12% from 323); Blue value is 114 (44.92% from 255 or 35.29% from 323); Max value from RGB is 186 - color contains mainly: red. Hex color #BA1772 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #BA1772 is #45E88D. Grayscale: #515151. Windows color (decimal): -4581518 or 7477178. OLE color: 7477178.

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

Color convert

RGB 186 23 114 -
CMYK 0 0.88 0.39 0.27
HSL 326.5º 0.78% 0.41% -
HSV(B) 326.5º 0.88% 0.73% -
XYZ 23.59 12.27 17.04 -
YUV 82.11 146 202.1 -
System Red Green Blue C M Y K H S L
Decimal 186 23 114 0 0.88 0.39 0.27 326.5 0.78 0.41
Hex BA 17 72 0 58 27 1B 147 4E 29
Octal 272 27 162 0 130 47 33 507 116 51
Binary 10111010 10111 1110010 0 1011000 100111 11011 101000111 1001110 101001

Color Harmonies of #BA1772

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA1772

Black with #BA1772

Text Example


Text Example

White with #BA1772

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA1772; }

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

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

background-color css

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

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

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

border-color css

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

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

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