#BA3091

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

Shades of Medium Red Violet #BA3091

Tints of Medium Red Violet #BA3091

Color information

#BA3091 (or 0xBA3091) is unknown color: approx Medium Red Violet. HEX triplet: BA, 30 and 91. RGB value is (186,48,145). Sum of RGB (Red+Green+Blue) = 186+48+145=379 (50% of max value = 765). Red value is 186 (73.05% from 255 or 49.08% from 379); Green value is 48 (19.14% from 255 or 12.66% from 379); Blue value is 145 (57.03% from 255 or 38.26% from 379); Max value from RGB is 186 - color contains mainly: red. Hex color #BA3091 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #BA3091 is #45CF6E. Grayscale: #646464. Windows color (decimal): -4575087 or 9515194. OLE color: 9515194.

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

Color convert

RGB18648145-
CMYK00.740.220.27
HSL317.83º58.97%45.88%-
HSV(B)317.83º74.19%72.94%-
XYZ26.4214.628.21-
YUV100.32153.22189.11-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 49.08%
GREEN value IS 48 (19.14% from 255) = 12.66%
BLUE value IS 145 (57.03% from 255) = 38.26%
R=49.08%
G=12.66%
B=38.26%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.74
Y (Yellow) values IS 0.22
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1864814500.740.220.27317.8358.9745.88
HexBA309104A161B13e3b2e
Octal27260221011226334767356
Binary1011101011000010010001010010101011011011100111110111011101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BA3091

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BA3091; }

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

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

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

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

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

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

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

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