#BA289F

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

Shades of Medium Red Violet #BA289F

Tints of Medium Red Violet #BA289F

Color information

#BA289F (or 0xBA289F) is unknown color: approx Medium Red Violet. HEX triplet: BA, 28 and 9F. RGB value is (186,40,159). Sum of RGB (Red+Green+Blue) = 186+40+159=385 (50% of max value = 765). Red value is 186 (73.05% from 255 or 48.31% from 385); Green value is 40 (16.02% from 255 or 10.39% from 385); Blue value is 159 (62.5% from 255 or 41.30% from 385); Max value from RGB is 186 - color contains mainly: red. Hex color #BA289F is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #BA289F is #45D760. Grayscale: #606060. Windows color (decimal): -4577121 or 10430650. OLE color: 10430650.

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

Color convert

RGB18640159-
CMYK00.780.150.27
HSL311.1º64.6%44.31%-
HSV(B)311.1º78.49%72.94%-
XYZ27.2714.4634.15-
YUV97.22162.87191.32-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 48.31%
GREEN value IS 40 (16.02% from 255) = 10.39%
BLUE value IS 159 (62.5% from 255) = 41.30%
R=48.31%
G=10.39%
B=41.30%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.78
Y (Yellow) values IS 0.15
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1864015900.780.150.27311.164.644.31
HexBA289F04EF1B137412c
Octal272502370116173346710154
Binary1011101010100010011111010011101111110111001101111000001101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BA289F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BA289F; }

 p { color: rgb(186,40,159); }

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

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

 a { background-color: rgb(186,40,159); }

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

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

 span { border-color: rgb(186,40,159); }

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