#BA2770

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

Shades of Medium Red Violet #BA2770

Tints of Medium Red Violet #BA2770

Color information

#BA2770 (or 0xBA2770) is unknown color: approx Medium Red Violet. HEX triplet: BA, 27 and 70. RGB value is (186,39,112). Sum of RGB (Red+Green+Blue) = 186+39+112=337 (44% of max value = 765). Red value is 186 (73.05% from 255 or 55.19% from 337); Green value is 39 (15.62% from 255 or 11.57% from 337); Blue value is 112 (44.14% from 255 or 33.23% from 337); Max value from RGB is 186 - color contains mainly: red. Hex color #BA2770 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #BA2770 is #45D88F. Grayscale: #5B5B5B. Windows color (decimal): -4577424 or 7350202. OLE color: 7350202.

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

Color convert

RGB18639112-
CMYK00.790.400.27
HSL330.2º65.33%44.12%-
HSV(B)330.2º79.03%72.94%-
XYZ23.913.0616.59-
YUV91.28139.7195.56-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 55.19%
GREEN value IS 39 (15.62% from 255) = 11.57%
BLUE value IS 112 (44.14% from 255) = 33.23%
R=55.19%
G=11.57%
B=33.23%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.79
Y (Yellow) values IS 0.40
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1863911200.790.400.27330.265.3344.12
HexBA277004F281B14a412c
Octal272471600117503351210154
Binary10111010100111111000001001111101000110111010010101000001101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BA2770

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BA2770; }

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

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

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

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

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

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

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

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