#BA2D70

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

Shades of Medium Red Violet #BA2D70

Tints of Medium Red Violet #BA2D70

Color information

#BA2D70 (or 0xBA2D70) is unknown color: approx Medium Red Violet. HEX triplet: BA, 2D and 70. RGB value is (186,45,112). Sum of RGB (Red+Green+Blue) = 186+45+112=343 (45% of max value = 765). Red value is 186 (73.05% from 255 or 54.23% from 343); Green value is 45 (17.97% from 255 or 13.12% from 343); Blue value is 112 (44.14% from 255 or 32.65% from 343); Max value from RGB is 186 - color contains mainly: red. Hex color #BA2D70 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #BA2D70 is #45D28F. Grayscale: #5E5E5E. Windows color (decimal): -4575888 or 7351738. OLE color: 7351738.

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

Color convert

RGB18645112-
CMYK00.760.400.27
HSL331.49º61.04%45.29%-
HSV(B)331.49º75.81%72.94%-
XYZ24.1113.4916.66-
YUV94.8137.71193.05-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 54.23%
GREEN value IS 45 (17.97% from 255) = 13.12%
BLUE value IS 112 (44.14% from 255) = 32.65%
R=54.23%
G=13.12%
B=32.65%

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
Decimal1864511200.760.400.27331.4961.0445.29
HexBA2D7004C281B14b3d2d
Octal27255160011450335137555
Binary1011101010110111100000100110010100011011101001011111101101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BA2D70

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BA2D70; }

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

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

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

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

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

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

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

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