#BA2984

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

Shades of Medium Red Violet #BA2984

Tints of Medium Red Violet #BA2984

Color information

#BA2984 (or 0xBA2984) is unknown color: approx Medium Red Violet. HEX triplet: BA, 29 and 84. RGB value is (186,41,132). Sum of RGB (Red+Green+Blue) = 186+41+132=359 (47% of max value = 765). Red value is 186 (73.05% from 255 or 51.81% from 359); Green value is 41 (16.41% from 255 or 11.42% from 359); Blue value is 132 (51.95% from 255 or 36.77% from 359); Max value from RGB is 186 - color contains mainly: red. Hex color #BA2984 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #BA2984 is #45D67B. Grayscale: #5E5E5E. Windows color (decimal): -4576892 or 8661434. OLE color: 8661434.

HSL color Cylindrical-coordinate representation of color #BA2984: hue angle of 322.34º degrees, saturation: 0.64, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #BA2984 is Cyan = 0, Magento = 0.78, Yellow = 0.29 and Black (K on CMYK) = 0.27.

Color convert

RGB18641132-
CMYK00.780.290.27
HSL322.34º63.88%44.51%-
HSV(B)322.34º77.96%72.94%-
XYZ25.2113.6923.14-
YUV94.73149.04193.1-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 51.81%
GREEN value IS 41 (16.41% from 255) = 11.42%
BLUE value IS 132 (51.95% from 255) = 36.77%
R=51.81%
G=11.42%
B=36.77%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.78
Y (Yellow) values IS 0.29
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1864113200.780.290.27322.3463.8844.51
HexBA298404E1D1B142402d
Octal272512040116353350210055
Binary10111010101001100001000100111011101110111010000101000000101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BA2984

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BA2984; }

 p { color: rgb(186,41,132); }

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

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

 a { background-color: rgb(186,41,132); }

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

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

 span { border-color: rgb(186,41,132); }

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