#BA276F

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

Shades of Medium Red Violet #BA276F

Tints of Medium Red Violet #BA276F

Color information

#BA276F (or 0xBA276F) is unknown color: approx Medium Red Violet. HEX triplet: BA, 27 and 6F. RGB value is (186,39,111). Sum of RGB (Red+Green+Blue) = 186+39+111=336 (44% of max value = 765). Red value is 186 (73.05% from 255 or 55.36% from 336); Green value is 39 (15.62% from 255 or 11.61% from 336); Blue value is 111 (43.75% from 255 or 33.04% from 336); Max value from RGB is 186 - color contains mainly: red. Hex color #BA276F is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #BA276F is #45D890. Grayscale: #5B5B5B. Windows color (decimal): -4577425 or 7284666. OLE color: 7284666.

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

Color convert

RGB18639111-
CMYK00.790.400.27
HSL330.61º65.33%44.12%-
HSV(B)330.61º79.03%72.94%-
XYZ23.8413.0416.3-
YUV91.16139.2195.65-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 55.36%
GREEN value IS 39 (15.62% from 255) = 11.61%
BLUE value IS 111 (43.75% from 255) = 33.04%
R=55.36%
G=11.61%
B=33.04%

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
Decimal1863911100.790.400.27330.6165.3344.12
HexBA276F04F281B14b412c
Octal272471570117503351310154
Binary10111010100111110111101001111101000110111010010111000001101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BA276F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BA276F; }

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

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

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

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

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

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

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

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