Html Css Color HEX #BA1778 Medium Violet Red

📋 copy color: '#BA1778'

red 186 ◦ green 23 ◦ blue 120

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

Shades of Medium Violet Red #BA1778

Tints of Medium Violet Red #BA1778

RGB

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

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

 BLUE value IS 120 (47.27% from 255) = 36.47%

R = 56.53%
G = 6.99%
B = 36.47%

CMYK

 C value IS 0

 M value IS 0.88

 Y value IS 0.35

 K value IS 0.27

RGB Variations

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

Color information

#BA1778 (or 0xBA1778) is known color: Medium Violet Red. HEX triplet: BA, 17 and 78. RGB value is (186,23,120). Sum of RGB (Red+Green+Blue) = 186+23+120=329 (43% of max value = 765). Red value is 186 (73.05% from 255 or 56.53% from 329); Green value is 23 (9.38% from 255 or 6.99% from 329); Blue value is 120 (47.27% from 255 or 36.47% from 329); Max value from RGB is 186 - color contains mainly: red. Hex color #BA1778 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #BA1778 is #45E887. Grayscale: #525252. Windows color (decimal): -4581512 or 7870394. OLE color: 7870394.

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

Color convert

RGB 186 23 120 -
CMYK 0 0.88 0.35 0.27
HSL 324.29º 0.78% 0.41% -
HSV(B) 324.29º 0.88% 0.73% -
XYZ 23.95 12.41 18.9 -
YUV 82.8 149 201.61 -
System Red Green Blue C M Y K H S L
Decimal 186 23 120 0 0.88 0.35 0.27 324.29 0.78 0.41
Hex BA 17 78 0 58 23 1B 144 4E 29
Octal 272 27 170 0 130 43 33 504 116 51
Binary 10111010 10111 1111000 0 1011000 100011 11011 101000100 1001110 101001

Color Harmonies of #BA1778

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA1778

Black with #BA1778

Text Example


Text Example

White with #BA1778

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA1778; }

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

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

background-color css

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

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

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

border-color css

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

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

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