Html Css Color HEX #BA1E90 Medium Violet Red

📋 copy color: '#BA1E90'

red 186 ◦ green 30 ◦ blue 144

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

Shades of Medium Violet Red #BA1E90

Tints of Medium Violet Red #BA1E90

RGB

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

 GREEN value IS 30 (12.11% from 255) = 8.33%

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

R = 51.67%
G = 8.33%
B = 40%

CMYK

 C value IS 0

 M value IS 0.84

 Y value IS 0.23

 K value IS 0.27

RGB Variations

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

Color information

#BA1E90 (or 0xBA1E90) is known color: Medium Violet Red. HEX triplet: BA, 1E and 90. RGB value is (186,30,144). Sum of RGB (Red+Green+Blue) = 186+30+144=360 (47% of max value = 765). Red value is 186 (73.05% from 255 or 51.67% from 360); Green value is 30 (12.11% from 255 or 8.33% from 360); Blue value is 144 (56.64% from 255 or 40% from 360); Max value from RGB is 186 - color contains mainly: red. Hex color #BA1E90 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #BA1E90 is #45E16F. Grayscale: #595959. Windows color (decimal): -4579696 or 9445050. OLE color: 9445050.

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

Color convert

RGB 186 30 144 -
CMYK 0 0.84 0.23 0.27
HSL 316.15º 0.72% 0.42% -
HSV(B) 316.15º 0.84% 0.73% -
XYZ 25.75 13.38 27.61 -
YUV 89.64 158.68 196.73 -
System Red Green Blue C M Y K H S L
Decimal 186 30 144 0 0.84 0.23 0.27 316.15 0.72 0.42
Hex BA 1E 90 0 54 17 1B 13C 48 2A
Octal 272 36 220 0 124 27 33 474 110 52
Binary 10111010 11110 10010000 0 1010100 10111 11011 100111100 1001000 101010

Color Harmonies of #BA1E90

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA1E90

Black with #BA1E90

Text Example


Text Example

White with #BA1E90

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA1E90; }

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

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

background-color css

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

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

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

border-color css

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

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

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