#BA309F

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

Shades of Medium Red Violet #BA309F

Tints of Medium Red Violet #BA309F

Color information

#BA309F (or 0xBA309F) is unknown color: approx Medium Red Violet. HEX triplet: BA, 30 and 9F. RGB value is (186,48,159). Sum of RGB (Red+Green+Blue) = 186+48+159=393 (52% of max value = 765). Red value is 186 (73.05% from 255 or 47.33% from 393); Green value is 48 (19.14% from 255 or 12.21% from 393); Blue value is 159 (62.5% from 255 or 40.46% from 393); Max value from RGB is 186 - color contains mainly: red. Hex color #BA309F is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #BA309F is #45CF60. Grayscale: #656565. Windows color (decimal): -4575073 or 10432698. OLE color: 10432698.

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

Color convert

RGB18648159-
CMYK00.740.150.27
HSL311.74º58.97%45.88%-
HSV(B)311.74º74.19%72.94%-
XYZ27.5615.0634.25-
YUV101.92160.22187.97-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 47.33%
GREEN value IS 48 (19.14% from 255) = 12.21%
BLUE value IS 159 (62.5% from 255) = 40.46%
R=47.33%
G=12.21%
B=40.46%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.74
Y (Yellow) values IS 0.15
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1864815900.740.150.27311.7458.9745.88
HexBA309F04AF1B1383b2e
Octal27260237011217334707356
Binary101110101100001001111101001010111111011100111000111011101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BA309F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BA309F; }

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

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

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

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

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

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

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

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