#BA1E83

Color #BA1E83 Medium Violet Red (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Medium Violet Red #BA1E83

Tints of Medium Violet Red #BA1E83

Color information

#BA1E83 (or 0xBA1E83) is unknown color: approx Medium Violet Red. HEX triplet: BA, 1E and 83. RGB value is (186,30,131). Sum of RGB (Red+Green+Blue) = 186+30+131=347 (45% of max value = 765). Red value is 186 (73.05% from 255 or 53.60% from 347); Green value is 30 (12.11% from 255 or 8.65% from 347); Blue value is 131 (51.56% from 255 or 37.75% from 347); Max value from RGB is 186 - color contains mainly: red. Hex color #BA1E83 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #BA1E83 is #45E17C. Grayscale: #575757. Windows color (decimal): -4579709 or 8593082. OLE color: 8593082.

HSL color Cylindrical-coordinate representation of color #BA1E83: hue angle of 321.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 #BA1E83 is Cyan = 0, Magento = 0.84, Yellow = 0.30 and Black (K on CMYK) = 0.27.

Color convert

RGB18630131-
CMYK00.840.300.27
HSL321.15º72.22%42.35%-
HSV(B)321.15º83.87%72.94%-
XYZ24.8113.0122.68-
YUV88.16152.18197.79-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 53.60%
GREEN value IS 30 (12.11% from 255) = 8.65%
BLUE value IS 131 (51.56% from 255) = 37.75%
R=53.60%
G=8.65%
B=37.75%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.84
Y (Yellow) values IS 0.30
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1863013100.840.300.27321.1572.2242.35
HexBA1E830541E1B141482a
Octal272362030124363350111052
Binary1011101011110100000110101010011110110111010000011001000101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BA1E83

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BA1E83; }

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

 H1.HeaderClassName
 {
   color: #BA1E83;
 }
 .AnyTagClassName
 {
   color: #BA1E83;
 }
</style>
background-color css

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

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

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

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

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

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