#BA3689

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

Shades of Medium Red Violet #BA3689

Tints of Medium Red Violet #BA3689

Color information

#BA3689 (or 0xBA3689) is unknown color: approx Medium Red Violet. HEX triplet: BA, 36 and 89. RGB value is (186,54,137). Sum of RGB (Red+Green+Blue) = 186+54+137=377 (49% of max value = 765). Red value is 186 (73.05% from 255 or 49.34% from 377); Green value is 54 (21.48% from 255 or 14.32% from 377); Blue value is 137 (53.91% from 255 or 36.34% from 377); Max value from RGB is 186 - color contains mainly: red. Hex color #BA3689 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #BA3689 is #45C976. Grayscale: #666666. Windows color (decimal): -4573559 or 8992442. OLE color: 8992442.

HSL color Cylindrical-coordinate representation of color #BA3689: hue angle of 322.27º degrees, saturation: 0.55, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #BA3689 is Cyan = 0, Magento = 0.71, Yellow = 0.26 and Black (K on CMYK) = 0.27.

Color convert

RGB18654137-
CMYK00.710.260.27
HSL322.27º55%47.06%-
HSV(B)322.27º70.97%72.94%-
XYZ26.0814.8825.16-
YUV102.93147.23187.25-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 49.34%
GREEN value IS 54 (21.48% from 255) = 14.32%
BLUE value IS 137 (53.91% from 255) = 36.34%
R=49.34%
G=14.32%
B=36.34%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.71
Y (Yellow) values IS 0.26
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1865413700.710.260.27322.275547.06
HexBA36890471A1B142372f
Octal27266211010732335026757
Binary1011101011011010001001010001111101011011101000010110111101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BA3689

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BA3689; }

 p { color: rgb(186,54,137); }

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

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

 a { background-color: rgb(186,54,137); }

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

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

 span { border-color: rgb(186,54,137); }

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