#BA2D81

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

Shades of Medium Red Violet #BA2D81

Tints of Medium Red Violet #BA2D81

Color information

#BA2D81 (or 0xBA2D81) is unknown color: approx Medium Red Violet. HEX triplet: BA, 2D and 81. RGB value is (186,45,129). Sum of RGB (Red+Green+Blue) = 186+45+129=360 (47% of max value = 765). Red value is 186 (73.05% from 255 or 51.67% from 360); Green value is 45 (17.97% from 255 or 12.5% from 360); Blue value is 129 (50.78% from 255 or 35.83% from 360); Max value from RGB is 186 - color contains mainly: red. Hex color #BA2D81 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #BA2D81 is #45D27E. Grayscale: #606060. Windows color (decimal): -4575871 or 8465850. OLE color: 8465850.

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

Color convert

RGB18645129-
CMYK00.760.310.27
HSL324.26º61.04%45.29%-
HSV(B)324.26º75.81%72.94%-
XYZ25.1513.922.13-
YUV96.74146.21191.67-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 51.67%
GREEN value IS 45 (17.97% from 255) = 12.5%
BLUE value IS 129 (50.78% from 255) = 35.83%
R=51.67%
G=12.5%
B=35.83%

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
Decimal1864512900.760.310.27324.2661.0445.29
HexBA2D8104C1F1B1443d2d
Octal27255201011437335047555
Binary1011101010110110000001010011001111111011101000100111101101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BA2D81

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BA2D81; }

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

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

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

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

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

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

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

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