#BA1E9D

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

Shades of Medium Violet Red #BA1E9D

Tints of Medium Violet Red #BA1E9D

Color information

#BA1E9D (or 0xBA1E9D) is unknown color: approx Medium Violet Red. HEX triplet: BA, 1E and 9D. RGB value is (186,30,157). Sum of RGB (Red+Green+Blue) = 186+30+157=373 (49% of max value = 765). Red value is 186 (73.05% from 255 or 49.87% from 373); Green value is 30 (12.11% from 255 or 8.04% from 373); Blue value is 157 (61.72% from 255 or 42.09% from 373); Max value from RGB is 186 - color contains mainly: red. Hex color #BA1E9D is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #BA1E9D is #45E162. Grayscale: #5A5A5A. Windows color (decimal): -4579683 or 10297018. OLE color: 10297018.

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

Color convert

RGB18630157-
CMYK00.840.160.27
HSL311.15º72.22%42.35%-
HSV(B)311.15º83.87%72.94%-
XYZ26.813.833.15-
YUV91.12165.18195.67-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 49.87%
GREEN value IS 30 (12.11% from 255) = 8.04%
BLUE value IS 157 (61.72% from 255) = 42.09%
R=49.87%
G=8.04%
B=42.09%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.84
Y (Yellow) values IS 0.16
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1863015700.840.160.27311.1572.2242.35
HexBA1E9D054101B137482a
Octal272362350124203346711052
Binary1011101011110100111010101010010000110111001101111001000101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BA1E9D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BA1E9D; }

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

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

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

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

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

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

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

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