#BA398F

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

Shades of Medium Red Violet #BA398F

Tints of Medium Red Violet #BA398F

Color information

#BA398F (or 0xBA398F) is unknown color: approx Medium Red Violet. HEX triplet: BA, 39 and 8F. RGB value is (186,57,143). Sum of RGB (Red+Green+Blue) = 186+57+143=386 (51% of max value = 765). Red value is 186 (73.05% from 255 or 48.19% from 386); Green value is 57 (22.66% from 255 or 14.77% from 386); Blue value is 143 (56.25% from 255 or 37.05% from 386); Max value from RGB is 186 - color contains mainly: red. Hex color #BA398F is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #BA398F is #45C670. Grayscale: #696969. Windows color (decimal): -4572785 or 9386426. OLE color: 9386426.

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

Color convert

RGB18657143-
CMYK00.690.230.27
HSL320º53.09%47.65%-
HSV(B)320º69.35%72.94%-
XYZ26.6715.3527.54-
YUV105.38149.24185.51-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 48.19%
GREEN value IS 57 (22.66% from 255) = 14.77%
BLUE value IS 143 (56.25% from 255) = 37.05%
R=48.19%
G=14.77%
B=37.05%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.69
Y (Yellow) values IS 0.23
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1865714300.690.230.2732053.0947.65
HexBA398F045171B1403530
Octal27271217010527335006560
Binary1011101011100110001111010001011011111011101000000110101110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BA398F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BA398F; }

 p { color: rgb(186,57,143); }

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

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

 a { background-color: rgb(186,57,143); }

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

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

 span { border-color: rgb(186,57,143); }

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