#BA1885

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

Shades of Medium Violet Red #BA1885

Tints of Medium Violet Red #BA1885

Color information

#BA1885 (or 0xBA1885) is unknown color: approx Medium Violet Red. HEX triplet: BA, 18 and 85. RGB value is (186,24,133). Sum of RGB (Red+Green+Blue) = 186+24+133=343 (45% of max value = 765). Red value is 186 (73.05% from 255 or 54.23% from 343); Green value is 24 (9.77% from 255 or 7.00% from 343); Blue value is 133 (52.34% from 255 or 38.78% from 343); Max value from RGB is 186 - color contains mainly: red. Hex color #BA1885 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #BA1885 is #45E77A. Grayscale: #545454. Windows color (decimal): -4581243 or 8722618. OLE color: 8722618.

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

Color convert

RGB18624133-
CMYK00.870.280.27
HSL319.63º77.14%41.18%-
HSV(B)319.63º87.1%72.94%-
XYZ24.8112.7923.35-
YUV84.86155.17200.14-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 54.23%
GREEN value IS 24 (9.77% from 255) = 7.00%
BLUE value IS 133 (52.34% from 255) = 38.78%
R=54.23%
G=7.00%
B=38.78%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.87
Y (Yellow) values IS 0.28
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1862413300.870.280.27319.6377.1441.18
HexBA18850571C1B1404d29
Octal272302050127343350011551
Binary1011101011000100001010101011111100110111010000001001101101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BA1885

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BA1885; }

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

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

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

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

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

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

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

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