#BA2D6F

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

Shades of Medium Red Violet #BA2D6F

Tints of Medium Red Violet #BA2D6F

Color information

#BA2D6F (or 0xBA2D6F) is unknown color: approx Medium Red Violet. HEX triplet: BA, 2D and 6F. RGB value is (186,45,111). Sum of RGB (Red+Green+Blue) = 186+45+111=342 (45% of max value = 765). Red value is 186 (73.05% from 255 or 54.39% from 342); Green value is 45 (17.97% from 255 or 13.16% from 342); Blue value is 111 (43.75% from 255 or 32.46% from 342); Max value from RGB is 186 - color contains mainly: red. Hex color #BA2D6F is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #BA2D6F is #45D290. Grayscale: #5E5E5E. Windows color (decimal): -4575889 or 7286202. OLE color: 7286202.

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

Color convert

RGB18645111-
CMYK00.760.400.27
HSL331.91º61.04%45.29%-
HSV(B)331.91º75.81%72.94%-
XYZ24.0613.4616.37-
YUV94.68137.21193.13-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 54.39%
GREEN value IS 45 (17.97% from 255) = 13.16%
BLUE value IS 111 (43.75% from 255) = 32.46%
R=54.39%
G=13.16%
B=32.46%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.76
Y (Yellow) values IS 0.40
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1864511100.760.400.27331.9161.0445.29
HexBA2D6F04C281B14c3d2d
Octal27255157011450335147555
Binary1011101010110111011110100110010100011011101001100111101101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BA2D6F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BA2D6F; }

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

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

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

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

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

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

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

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