Html Css Color HEX #BA1478 Medium Violet Red

📋 copy color: '#BA1478'

red 186 ◦ green 20 ◦ blue 120

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

Shades of Medium Violet Red #BA1478

Tints of Medium Violet Red #BA1478

RGB

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

 GREEN value IS 20 (8.2% from 255) = 6.13%

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

R = 57.06%
G = 6.13%
B = 36.81%

CMYK

 C value IS 0

 M value IS 0.89

 Y value IS 0.35

 K value IS 0.27

RGB Variations

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

Color information

#BA1478 (or 0xBA1478) is known color: Medium Violet Red. HEX triplet: BA, 14 and 78. RGB value is (186,20,120). Sum of RGB (Red+Green+Blue) = 186+20+120=326 (43% of max value = 765). Red value is 186 (73.05% from 255 or 57.06% from 326); Green value is 20 (8.20% from 255 or 6.13% from 326); Blue value is 120 (47.27% from 255 or 36.81% from 326); Max value from RGB is 186 - color contains mainly: red. Hex color #BA1478 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #BA1478 is #45EB87. Grayscale: #505050. Windows color (decimal): -4582280 or 7869626. OLE color: 7869626.

HSL color Cylindrical-coordinate representation of color #BA1478: hue angle of 323.86º degrees, saturation: 0.81, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #BA1478 is Cyan = 0, Magento = 0.89, Yellow = 0.35 and Black (K on CMYK) = 0.27.

Color convert

RGB 186 20 120 -
CMYK 0 0.89 0.35 0.27
HSL 323.86º 0.81% 0.4% -
HSV(B) 323.86º 0.89% 0.73% -
XYZ 23.89 12.3 18.88 -
YUV 81.03 150 202.87 -
System Red Green Blue C M Y K H S L
Decimal 186 20 120 0 0.89 0.35 0.27 323.86 0.81 0.4
Hex BA 14 78 0 59 23 1B 144 51 28
Octal 272 24 170 0 131 43 33 504 121 50
Binary 10111010 10100 1111000 0 1011001 100011 11011 101000100 1010001 101000

Color Harmonies of #BA1478

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA1478

Black with #BA1478

Text Example


Text Example

White with #BA1478

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA1478; }

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

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

background-color css

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

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

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

border-color css

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

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

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