#BA2785

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

Shades of Medium Red Violet #BA2785

Tints of Medium Red Violet #BA2785

Color information

#BA2785 (or 0xBA2785) is unknown color: approx Medium Red Violet. HEX triplet: BA, 27 and 85. RGB value is (186,39,133). Sum of RGB (Red+Green+Blue) = 186+39+133=358 (47% of max value = 765). Red value is 186 (73.05% from 255 or 51.96% from 358); Green value is 39 (15.62% from 255 or 10.89% from 358); Blue value is 133 (52.34% from 255 or 37.15% from 358); Max value from RGB is 186 - color contains mainly: red. Hex color #BA2785 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #BA2785 is #45D87A. Grayscale: #5D5D5D. Windows color (decimal): -4577403 or 8726458. OLE color: 8726458.

HSL color Cylindrical-coordinate representation of color #BA2785: hue angle of 321.63º degrees, saturation: 0.65, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #BA2785 is Cyan = 0, Magento = 0.79, Yellow = 0.28 and Black (K on CMYK) = 0.27.

Color convert

RGB18639133-
CMYK00.790.280.27
HSL321.63º65.33%44.12%-
HSV(B)321.63º79.03%72.94%-
XYZ25.2113.5823.48-
YUV93.67150.2193.86-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 51.96%
GREEN value IS 39 (15.62% from 255) = 10.89%
BLUE value IS 133 (52.34% from 255) = 37.15%
R=51.96%
G=10.89%
B=37.15%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.79
Y (Yellow) values IS 0.28
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1863913300.790.280.27321.6365.3344.12
HexBA278504F1C1B142412c
Octal272472050117343350210154
Binary10111010100111100001010100111111100110111010000101000001101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BA2785

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BA2785; }

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

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

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

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

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

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

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

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