Html Css Color HEX #BA1490 Medium Violet Red

📋 copy color: '#BA1490'

red 186 ◦ green 20 ◦ blue 144

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

Shades of Medium Violet Red #BA1490

Tints of Medium Violet Red #BA1490

RGB

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

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

 BLUE value IS 144 (56.64% from 255) = 41.14%

R = 53.14%
G = 5.71%
B = 41.14%

CMYK

 C value IS 0

 M value IS 0.89

 Y value IS 0.23

 K value IS 0.27

RGB Variations

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

Color information

#BA1490 (or 0xBA1490) is known color: Medium Violet Red. HEX triplet: BA, 14 and 90. RGB value is (186,20,144). Sum of RGB (Red+Green+Blue) = 186+20+144=350 (46% of max value = 765). Red value is 186 (73.05% from 255 or 53.14% from 350); Green value is 20 (8.20% from 255 or 5.71% from 350); Blue value is 144 (56.64% from 255 or 41.14% from 350); Max value from RGB is 186 - color contains mainly: red. Hex color #BA1490 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #BA1490 is #45EB6F. Grayscale: #535353. Windows color (decimal): -4582256 or 9442490. OLE color: 9442490.

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

Color convert

RGB 186 20 144 -
CMYK 0 0.89 0.23 0.27
HSL 315.18º 0.81% 0.4% -
HSV(B) 315.18º 0.89% 0.73% -
XYZ 25.53 12.95 27.54 -
YUV 83.77 162 200.92 -
System Red Green Blue C M Y K H S L
Decimal 186 20 144 0 0.89 0.23 0.27 315.18 0.81 0.4
Hex BA 14 90 0 59 17 1B 13B 51 28
Octal 272 24 220 0 131 27 33 473 121 50
Binary 10111010 10100 10010000 0 1011001 10111 11011 100111011 1010001 101000

Color Harmonies of #BA1490

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA1490

Black with #BA1490

Text Example


Text Example

White with #BA1490

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA1490; }

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

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

background-color css

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

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

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

border-color css

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

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

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