Html Css Color HEX #BA0490 Medium Violet Red

📋 copy color: '#BA0490'

red 186 ◦ green 4 ◦ blue 144

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

Shades of Medium Violet Red #BA0490

Tints of Medium Violet Red #BA0490

RGB

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

 GREEN value IS 4 (1.95% from 255) = 1.2%

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

R = 55.69%
G = 1.2%
B = 43.11%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.23

 K value IS 0.27

RGB Variations

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

Color information

#BA0490 (or 0xBA0490) is known color: Medium Violet Red. HEX triplet: BA, 04 and 90. RGB value is (186,4,144). Sum of RGB (Red+Green+Blue) = 186+4+144=334 (44% of max value = 765). Red value is 186 (73.05% from 255 or 55.69% from 334); Green value is 4 (1.95% from 255 or 1.20% from 334); Blue value is 144 (56.64% from 255 or 43.11% from 334); Max value from RGB is 186 - color contains mainly: red. Hex color #BA0490 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #BA0490 is #45FB6F. Grayscale: #4A4A4A. Windows color (decimal): -4586352 or 9438394. OLE color: 9438394.

HSL color Cylindrical-coordinate representation of color #BA0490: hue angle of 313.85º degrees, saturation: 0.96, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #BA0490 is Cyan = 0, Magento = 0.98, Yellow = 0.23 and Black (K on CMYK) = 0.27.

Color convert

RGB 186 4 144 -
CMYK 0 0.98 0.23 0.27
HSL 313.85º 0.96% 0.37% -
HSV(B) 313.85º 0.98% 0.73% -
XYZ 25.33 12.54 27.47 -
YUV 74.38 167.3 207.62 -
System Red Green Blue C M Y K H S L
Decimal 186 4 144 0 0.98 0.23 0.27 313.85 0.96 0.37
Hex BA 4 90 0 62 17 1B 13A 60 25
Octal 272 4 220 0 142 27 33 472 140 45
Binary 10111010 100 10010000 0 1100010 10111 11011 100111010 1100000 100101

Color Harmonies of #BA0490

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA0490

Black with #BA0490

Text Example


Text Example

White with #BA0490

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA0490; }

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

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

background-color css

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

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

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

border-color css

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

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

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