#BA408E

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

Shades of Medium Red Violet #BA408E

Tints of Medium Red Violet #BA408E

Color information

#BA408E (or 0xBA408E) is unknown color: approx Medium Red Violet. HEX triplet: BA, 40 and 8E. RGB value is (186,64,142). Sum of RGB (Red+Green+Blue) = 186+64+142=392 (51% of max value = 765). Red value is 186 (73.05% from 255 or 47.45% from 392); Green value is 64 (25.39% from 255 or 16.33% from 392); Blue value is 142 (55.86% from 255 or 36.22% from 392); Max value from RGB is 186 - color contains mainly: red. Hex color #BA408E is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #BA408E is #45BF71. Grayscale: #6D6D6D. Windows color (decimal): -4570994 or 9322682. OLE color: 9322682.

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

Color convert

RGB18664142-
CMYK00.660.240.27
HSL321.64º48.8%49.02%-
HSV(B)321.64º65.59%72.94%-
XYZ26.9716.0627.27-
YUV109.37146.42182.66-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 47.45%
GREEN value IS 64 (25.39% from 255) = 16.33%
BLUE value IS 142 (55.86% from 255) = 36.22%
R=47.45%
G=16.33%
B=36.22%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.66
Y (Yellow) values IS 0.24
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1866414200.660.240.27321.6448.849.02
HexBA408E042181B1423131
Octal272100216010230335026161
Binary10111010100000010001110010000101100011011101000010110001110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BA408E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BA408E; }

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

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

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

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

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

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

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

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