#BA418E

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

Shades of Medium Red Violet #BA418E

Tints of Medium Red Violet #BA418E

Color information

#BA418E (or 0xBA418E) is unknown color: approx Medium Red Violet. HEX triplet: BA, 41 and 8E. RGB value is (186,65,142). Sum of RGB (Red+Green+Blue) = 186+65+142=393 (52% of max value = 765). Red value is 186 (73.05% from 255 or 47.33% from 393); Green value is 65 (25.78% from 255 or 16.54% from 393); Blue value is 142 (55.86% from 255 or 36.13% from 393); Max value from RGB is 186 - color contains mainly: red. Hex color #BA418E is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #BA418E is #45BE71. Grayscale: #6D6D6D. Windows color (decimal): -4570738 or 9322938. OLE color: 9322938.

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

Color convert

RGB18665142-
CMYK00.650.240.27
HSL321.82º48.21%49.22%-
HSV(B)321.82º65.05%72.94%-
XYZ27.0216.1727.29-
YUV109.96146.09182.24-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 47.33%
GREEN value IS 65 (25.78% from 255) = 16.54%
BLUE value IS 142 (55.86% from 255) = 36.13%
R=47.33%
G=16.54%
B=36.13%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.65
Y (Yellow) values IS 0.24
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1866514200.650.240.27321.8248.2149.22
HexBA418E041181B1423031
Octal272101216010130335026061
Binary10111010100000110001110010000011100011011101000010110000110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BA418E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BA418E; }

 p { color: rgb(186,65,142); }

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

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

 a { background-color: rgb(186,65,142); }

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

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

 span { border-color: rgb(186,65,142); }

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