#ba1c9d

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

Shades of Medium Violet Red #BA1C9D

Tints of Medium Violet Red #BA1C9D

Color information

#BA1C9D (or 0xBA1C9D) is unknown color: approx Medium Violet Red. HEX triplet: BA, 1C and 9D. RGB value is (186,28,157). Sum of RGB (Red+Green+Blue) = 186+28+157=371 (49% of max value = 765). Red value is 186 (73.05% from 255 or 50.13% from 371); Green value is 28 (11.33% from 255 or 7.55% from 371); Blue value is 157 (61.72% from 255 or 42.32% from 371); Max value from RGB is 186 - color contains mainly: red. Hex color #BA1C9D is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #BA1C9D is #45E362. Grayscale: #595959. Windows color (decimal): -4580195 or 10296506. OLE color: 10296506.

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

Color convert

RGB18628157-
CMYK00.850.160.27
HSL311.01º73.83%41.96%-
HSV(B)311.01º84.95%72.94%-
XYZ26.7513.733.13-
YUV89.95165.85196.51-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 50.13%
GREEN value IS 28 (11.33% from 255) = 7.55%
BLUE value IS 157 (61.72% from 255) = 42.32%
R=50.13%
G=7.55%
B=42.32%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.85
Y (Yellow) values IS 0.16
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1862815700.850.160.27311.0173.8341.96
HexBA1C9D055101B1374a2a
Octal272342350125203346711252
Binary1011101011100100111010101010110000110111001101111001010101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ba1c9d

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ba1c9d; }

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

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

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

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

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

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

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

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