#BA2E70

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

Shades of Medium Red Violet #BA2E70

Tints of Medium Red Violet #BA2E70

Color information

#BA2E70 (or 0xBA2E70) is unknown color: approx Medium Red Violet. HEX triplet: BA, 2E and 70. RGB value is (186,46,112). Sum of RGB (Red+Green+Blue) = 186+46+112=344 (45% of max value = 765). Red value is 186 (73.05% from 255 or 54.07% from 344); Green value is 46 (18.36% from 255 or 13.37% from 344); Blue value is 112 (44.14% from 255 or 32.56% from 344); Max value from RGB is 186 - color contains mainly: red. Hex color #BA2E70 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #BA2E70 is #45D18F. Grayscale: #5F5F5F. Windows color (decimal): -4575632 or 7351994. OLE color: 7351994.

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

Color convert

RGB18646112-
CMYK00.750.400.27
HSL331.71º60.34%45.49%-
HSV(B)331.71º75.27%72.94%-
XYZ24.1513.5616.67-
YUV95.38137.38192.63-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 54.07%
GREEN value IS 46 (18.36% from 255) = 13.37%
BLUE value IS 112 (44.14% from 255) = 32.56%
R=54.07%
G=13.37%
B=32.56%

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
Decimal1864611200.750.400.27331.7160.3445.49
HexBA2E7004B281B14c3c2d
Octal27256160011350335147455
Binary1011101010111011100000100101110100011011101001100111100101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BA2E70

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BA2E70; }

 p { color: rgb(186,46,112); }

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

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

 a { background-color: rgb(186,46,112); }

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

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

 span { border-color: rgb(186,46,112); }

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