#BA3E9A

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

Shades of Medium Red Violet #BA3E9A

Tints of Medium Red Violet #BA3E9A

Color information

#BA3E9A (or 0xBA3E9A) is unknown color: approx Medium Red Violet. HEX triplet: BA, 3E and 9A. RGB value is (186,62,154). Sum of RGB (Red+Green+Blue) = 186+62+154=402 (53% of max value = 765). Red value is 186 (73.05% from 255 or 46.27% from 402); Green value is 62 (24.61% from 255 or 15.42% from 402); Blue value is 154 (60.55% from 255 or 38.31% from 402); Max value from RGB is 186 - color contains mainly: red. Hex color #BA3E9A is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #BA3E9A is #45C165. Grayscale: #6D6D6D. Windows color (decimal): -4571494 or 10108602. OLE color: 10108602.

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

Color convert

RGB18662154-
CMYK00.670.170.27
HSL315.48º50%48.63%-
HSV(B)315.48º66.67%72.94%-
XYZ27.8116.2232.24-
YUV109.56153.08182.52-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 46.27%
GREEN value IS 62 (24.61% from 255) = 15.42%
BLUE value IS 154 (60.55% from 255) = 38.31%
R=46.27%
G=15.42%
B=38.31%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.67
Y (Yellow) values IS 0.17
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1866215400.670.170.27315.485048.63
HexBA3E9A043111B13b3231
Octal27276232010321334736261
Binary1011101011111010011010010000111000111011100111011110010110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BA3E9A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BA3E9A; }

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

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

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

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

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

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

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

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