#BA399A

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

Shades of Medium Red Violet #BA399A

Tints of Medium Red Violet #BA399A

Color information

#BA399A (or 0xBA399A) is unknown color: approx Medium Red Violet. HEX triplet: BA, 39 and 9A. RGB value is (186,57,154). Sum of RGB (Red+Green+Blue) = 186+57+154=397 (52% of max value = 765). Red value is 186 (73.05% from 255 or 46.85% from 397); Green value is 57 (22.66% from 255 or 14.36% from 397); Blue value is 154 (60.55% from 255 or 38.79% from 397); Max value from RGB is 186 - color contains mainly: red. Hex color #BA399A is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #BA399A is #45C665. Grayscale: #6A6A6A. Windows color (decimal): -4572774 or 10107322. OLE color: 10107322.

HSL color Cylindrical-coordinate representation of color #BA399A: hue angle of 314.88º degrees, saturation: 0.53, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #BA399A is Cyan = 0, Magento = 0.69, Yellow = 0.17 and Black (K on CMYK) = 0.27.

Color convert

RGB18657154-
CMYK00.690.170.27
HSL314.88º53.09%47.65%-
HSV(B)314.88º69.35%72.94%-
XYZ27.5515.732.15-
YUV106.63154.74184.61-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 46.85%
GREEN value IS 57 (22.66% from 255) = 14.36%
BLUE value IS 154 (60.55% from 255) = 38.79%
R=46.85%
G=14.36%
B=38.79%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.69
Y (Yellow) values IS 0.17
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1865715400.690.170.27314.8853.0947.65
HexBA399A045111B13b3530
Octal27271232010521334736560
Binary1011101011100110011010010001011000111011100111011110101110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BA399A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BA399A; }

 p { color: rgb(186,57,154); }

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

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

 a { background-color: rgb(186,57,154); }

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

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

 span { border-color: rgb(186,57,154); }

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