Html Css Color HEX #BA1770 Medium Violet Red

📋 copy color: '#BA1770'

red 186 ◦ green 23 ◦ blue 112

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

Shades of Medium Violet Red #BA1770

Tints of Medium Violet Red #BA1770

RGB

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

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

 BLUE value IS 112 (44.14% from 255) = 34.89%

R = 57.94%
G = 7.17%
B = 34.89%

CMYK

 C value IS 0

 M value IS 0.88

 Y value IS 0.40

 K value IS 0.27

RGB Variations

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

Color information

#BA1770 (or 0xBA1770) is known color: Medium Violet Red. HEX triplet: BA, 17 and 70. RGB value is (186,23,112). Sum of RGB (Red+Green+Blue) = 186+23+112=321 (42% of max value = 765). Red value is 186 (73.05% from 255 or 57.94% from 321); Green value is 23 (9.38% from 255 or 7.17% from 321); Blue value is 112 (44.14% from 255 or 34.89% from 321); Max value from RGB is 186 - color contains mainly: red. Hex color #BA1770 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #BA1770 is #45E88F. Grayscale: #515151. Windows color (decimal): -4581520 or 7346106. OLE color: 7346106.

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

Color convert

RGB 186 23 112 -
CMYK 0 0.88 0.40 0.27
HSL 327.24º 0.78% 0.41% -
HSV(B) 327.24º 0.88% 0.73% -
XYZ 23.48 12.22 16.45 -
YUV 81.88 145 202.26 -
System Red Green Blue C M Y K H S L
Decimal 186 23 112 0 0.88 0.40 0.27 327.24 0.78 0.41
Hex BA 17 70 0 58 28 1B 147 4E 29
Octal 272 27 160 0 130 50 33 507 116 51
Binary 10111010 10111 1110000 0 1011000 101000 11011 101000111 1001110 101001

Color Harmonies of #BA1770

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA1770

Black with #BA1770

Text Example


Text Example

White with #BA1770

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA1770; }

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

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

background-color css

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

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

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

border-color css

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

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

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