#BA2D80

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

Shades of Medium Red Violet #BA2D80

Tints of Medium Red Violet #BA2D80

Color information

#BA2D80 (or 0xBA2D80) is unknown color: approx Medium Red Violet. HEX triplet: BA, 2D and 80. RGB value is (186,45,128). Sum of RGB (Red+Green+Blue) = 186+45+128=359 (47% of max value = 765). Red value is 186 (73.05% from 255 or 51.81% from 359); Green value is 45 (17.97% from 255 or 12.53% from 359); Blue value is 128 (50.39% from 255 or 35.65% from 359); Max value from RGB is 186 - color contains mainly: red. Hex color #BA2D80 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #BA2D80 is #45D27F. Grayscale: #606060. Windows color (decimal): -4575872 or 8400314. OLE color: 8400314.

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

Color convert

RGB18645128-
CMYK00.760.310.27
HSL324.68º61.04%45.29%-
HSV(B)324.68º75.81%72.94%-
XYZ25.0813.8721.78-
YUV96.62145.71191.75-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 51.81%
GREEN value IS 45 (17.97% from 255) = 12.53%
BLUE value IS 128 (50.39% from 255) = 35.65%
R=51.81%
G=12.53%
B=35.65%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.76
Y (Yellow) values IS 0.31
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1864512800.760.310.27324.6861.0445.29
HexBA2D8004C1F1B1453d2d
Octal27255200011437335057555
Binary1011101010110110000000010011001111111011101000101111101101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BA2D80

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BA2D80; }

 p { color: rgb(186,45,128); }

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

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

 a { background-color: rgb(186,45,128); }

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

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

 span { border-color: rgb(186,45,128); }

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