#BA1A8C

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

Shades of Medium Violet Red #BA1A8C

Tints of Medium Violet Red #BA1A8C

Color information

#BA1A8C (or 0xBA1A8C) is unknown color: approx Medium Violet Red. HEX triplet: BA, 1A and 8C. RGB value is (186,26,140). Sum of RGB (Red+Green+Blue) = 186+26+140=352 (46% of max value = 765). Red value is 186 (73.05% from 255 or 52.84% from 352); Green value is 26 (10.55% from 255 or 7.39% from 352); Blue value is 140 (55.08% from 255 or 39.77% from 352); Max value from RGB is 186 - color contains mainly: red. Hex color #BA1A8C is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #BA1A8C is #45E573. Grayscale: #565656. Windows color (decimal): -4580724 or 9181882. OLE color: 9181882.

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

Color convert

RGB18626140-
CMYK00.860.250.27
HSL317.25º75.47%41.57%-
HSV(B)317.25º86.02%72.94%-
XYZ25.3513.0726-
YUV86.84158.01198.73-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 52.84%
GREEN value IS 26 (10.55% from 255) = 7.39%
BLUE value IS 140 (55.08% from 255) = 39.77%
R=52.84%
G=7.39%
B=39.77%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.86
Y (Yellow) values IS 0.25
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1862614000.860.250.27317.2575.4741.57
HexBA1A8C056191B13d4b2a
Octal272322140126313347511352
Binary1011101011010100011000101011011001110111001111011001011101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BA1A8C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BA1A8C; }

 p { color: rgb(186,26,140); }

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

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

 a { background-color: rgb(186,26,140); }

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

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

 span { border-color: rgb(186,26,140); }

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