#BA407E

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

Shades of Medium Red Violet #BA407E

Tints of Medium Red Violet #BA407E

Color information

#BA407E (or 0xBA407E) is unknown color: approx Medium Red Violet. HEX triplet: BA, 40 and 7E. RGB value is (186,64,126). Sum of RGB (Red+Green+Blue) = 186+64+126=376 (49% of max value = 765). Red value is 186 (73.05% from 255 or 49.47% from 376); Green value is 64 (25.39% from 255 or 17.02% from 376); Blue value is 126 (49.61% from 255 or 33.51% from 376); Max value from RGB is 186 - color contains mainly: red. Hex color #BA407E is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #BA407E is #45BF81. Grayscale: #6B6B6B. Windows color (decimal): -4571010 or 8274106. OLE color: 8274106.

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

Color convert

RGB18664126-
CMYK00.660.320.27
HSL329.51º48.8%49.02%-
HSV(B)329.51º65.59%72.94%-
XYZ25.8515.6121.39-
YUV107.55138.42183.96-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 49.47%
GREEN value IS 64 (25.39% from 255) = 17.02%
BLUE value IS 126 (49.61% from 255) = 33.51%
R=49.47%
G=17.02%
B=33.51%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.66
Y (Yellow) values IS 0.32
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1866412600.660.320.27329.5148.849.02
HexBA407E042201B14a3131
Octal272100176010240335126161
Binary10111010100000011111100100001010000011011101001010110001110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BA407E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BA407E; }

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

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

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

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

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

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

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

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