#BA3E96

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

Shades of Medium Red Violet #BA3E96

Tints of Medium Red Violet #BA3E96

Color information

#BA3E96 (or 0xBA3E96) is unknown color: approx Medium Red Violet. HEX triplet: BA, 3E and 96. RGB value is (186,62,150). Sum of RGB (Red+Green+Blue) = 186+62+150=398 (52% of max value = 765). Red value is 186 (73.05% from 255 or 46.73% from 398); Green value is 62 (24.61% from 255 or 15.58% from 398); Blue value is 150 (58.98% from 255 or 37.69% from 398); Max value from RGB is 186 - color contains mainly: red. Hex color #BA3E96 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #BA3E96 is #45C169. Grayscale: #6C6C6C. Windows color (decimal): -4571498 or 9846458. OLE color: 9846458.

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

Color convert

RGB18662150-
CMYK00.670.190.27
HSL317.42º50%48.63%-
HSV(B)317.42º66.67%72.94%-
XYZ27.4816.0930.51-
YUV109.11151.08182.84-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 46.73%
GREEN value IS 62 (24.61% from 255) = 15.58%
BLUE value IS 150 (58.98% from 255) = 37.69%
R=46.73%
G=15.58%
B=37.69%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.67
Y (Yellow) values IS 0.19
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1866215000.670.190.27317.425048.63
HexBA3E96043131B13d3231
Octal27276226010323334756261
Binary1011101011111010010110010000111001111011100111101110010110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BA3E96

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BA3E96; }

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

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

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

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

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

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

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

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