#BA276E

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

Shades of Medium Red Violet #BA276E

Tints of Medium Red Violet #BA276E

Color information

#BA276E (or 0xBA276E) is unknown color: approx Medium Red Violet. HEX triplet: BA, 27 and 6E. RGB value is (186,39,110). Sum of RGB (Red+Green+Blue) = 186+39+110=335 (44% of max value = 765). Red value is 186 (73.05% from 255 or 55.52% from 335); Green value is 39 (15.62% from 255 or 11.64% from 335); Blue value is 110 (43.36% from 255 or 32.84% from 335); Max value from RGB is 186 - color contains mainly: red. Hex color #BA276E is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #BA276E is #45D891. Grayscale: #5A5A5A. Windows color (decimal): -4577426 or 7219130. OLE color: 7219130.

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

Color convert

RGB18639110-
CMYK00.790.410.27
HSL331.02º65.33%44.12%-
HSV(B)331.02º79.03%72.94%-
XYZ23.7913.0216.01-
YUV91.05138.7195.73-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 55.52%
GREEN value IS 39 (15.62% from 255) = 11.64%
BLUE value IS 110 (43.36% from 255) = 32.84%
R=55.52%
G=11.64%
B=32.84%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.79
Y (Yellow) values IS 0.41
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1863911000.790.410.27331.0265.3344.12
HexBA276E04F291B14b412c
Octal272471560117513351310154
Binary10111010100111110111001001111101001110111010010111000001101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BA276E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BA276E; }

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

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

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

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

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

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

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

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