Html Css Color HEX #BA1890 Medium Violet Red

📋 copy color: '#BA1890'

red 186 ◦ green 24 ◦ blue 144

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

Shades of Medium Violet Red #BA1890

Tints of Medium Violet Red #BA1890

RGB

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

 GREEN value IS 24 (9.77% from 255) = 6.78%

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

R = 52.54%
G = 6.78%
B = 40.68%

CMYK

 C value IS 0

 M value IS 0.87

 Y value IS 0.23

 K value IS 0.27

RGB Variations

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

Color information

#BA1890 (or 0xBA1890) is known color: Medium Violet Red. HEX triplet: BA, 18 and 90. RGB value is (186,24,144). Sum of RGB (Red+Green+Blue) = 186+24+144=354 (46% of max value = 765). Red value is 186 (73.05% from 255 or 52.54% from 354); Green value is 24 (9.77% from 255 or 6.78% from 354); Blue value is 144 (56.64% from 255 or 40.68% from 354); Max value from RGB is 186 - color contains mainly: red. Hex color #BA1890 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #BA1890 is #45E76F. Grayscale: #555555. Windows color (decimal): -4581232 or 9443514. OLE color: 9443514.

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

Color convert

RGB 186 24 144 -
CMYK 0 0.87 0.23 0.27
HSL 315.56º 0.77% 0.41% -
HSV(B) 315.56º 0.87% 0.73% -
XYZ 25.61 13.11 27.57 -
YUV 86.12 160.67 199.24 -
System Red Green Blue C M Y K H S L
Decimal 186 24 144 0 0.87 0.23 0.27 315.56 0.77 0.41
Hex BA 18 90 0 57 17 1B 13C 4D 29
Octal 272 30 220 0 127 27 33 474 115 51
Binary 10111010 11000 10010000 0 1010111 10111 11011 100111100 1001101 101001

Color Harmonies of #BA1890

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA1890

Black with #BA1890

Text Example


Text Example

White with #BA1890

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA1890; }

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

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

background-color css

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

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

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

border-color css

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

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

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