#BA2F6F

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

Shades of Medium Red Violet #BA2F6F

Tints of Medium Red Violet #BA2F6F

Color information

#BA2F6F (or 0xBA2F6F) is unknown color: approx Medium Red Violet. HEX triplet: BA, 2F and 6F. RGB value is (186,47,111). Sum of RGB (Red+Green+Blue) = 186+47+111=344 (45% of max value = 765). Red value is 186 (73.05% from 255 or 54.07% from 344); Green value is 47 (18.75% from 255 or 13.66% from 344); Blue value is 111 (43.75% from 255 or 32.27% from 344); Max value from RGB is 186 - color contains mainly: red. Hex color #BA2F6F is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #BA2F6F is #45D090. Grayscale: #5F5F5F. Windows color (decimal): -4575377 or 7286714. OLE color: 7286714.

HSL color Cylindrical-coordinate representation of color #BA2F6F: hue angle of 332.37º degrees, saturation: 0.6, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #BA2F6F is Cyan = 0, Magento = 0.75, Yellow = 0.40 and Black (K on CMYK) = 0.27.

Color convert

RGB18647111-
CMYK00.750.400.27
HSL332.37º59.66%45.69%-
HSV(B)332.37º74.73%72.94%-
XYZ24.1413.6216.4-
YUV95.86136.55192.3-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 54.07%
GREEN value IS 47 (18.75% from 255) = 13.66%
BLUE value IS 111 (43.75% from 255) = 32.27%
R=54.07%
G=13.66%
B=32.27%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.75
Y (Yellow) values IS 0.40
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1864711100.750.400.27332.3759.6645.69
HexBA2F6F04B281B14c3c2e
Octal27257157011350335147456
Binary1011101010111111011110100101110100011011101001100111100101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BA2F6F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BA2F6F; }

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

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

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

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

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

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

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

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