Html Css Color HEX #BA1880 Medium Violet Red

📋 copy color: '#BA1880'

red 186 ◦ green 24 ◦ blue 128

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

Shades of Medium Violet Red #BA1880

Tints of Medium Violet Red #BA1880

RGB

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

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

 BLUE value IS 128 (50.39% from 255) = 37.87%

R = 55.03%
G = 7.1%
B = 37.87%

CMYK

 C value IS 0

 M value IS 0.87

 Y value IS 0.31

 K value IS 0.27

RGB Variations

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

Color information

#BA1880 (or 0xBA1880) is known color: Medium Violet Red. HEX triplet: BA, 18 and 80. RGB value is (186,24,128). Sum of RGB (Red+Green+Blue) = 186+24+128=338 (44% of max value = 765). Red value is 186 (73.05% from 255 or 55.03% from 338); Green value is 24 (9.77% from 255 or 7.10% from 338); Blue value is 128 (50.39% from 255 or 37.87% from 338); Max value from RGB is 186 - color contains mainly: red. Hex color #BA1880 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #BA1880 is #45E77F. Grayscale: #545454. Windows color (decimal): -4581248 or 8394938. OLE color: 8394938.

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

Color convert

RGB 186 24 128 -
CMYK 0 0.87 0.31 0.27
HSL 321.48º 0.77% 0.41% -
HSV(B) 321.48º 0.87% 0.73% -
XYZ 24.47 12.65 21.57 -
YUV 84.29 152.67 200.54 -
System Red Green Blue C M Y K H S L
Decimal 186 24 128 0 0.87 0.31 0.27 321.48 0.77 0.41
Hex BA 18 80 0 57 1F 1B 141 4D 29
Octal 272 30 200 0 127 37 33 501 115 51
Binary 10111010 11000 10000000 0 1010111 11111 11011 101000001 1001101 101001

Color Harmonies of #BA1880

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA1880

Black with #BA1880

Text Example


Text Example

White with #BA1880

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA1880; }

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

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

background-color css

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

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

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

border-color css

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

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

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