#BC277C

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

Shades of Medium Red Violet #BC277C

Tints of Medium Red Violet #BC277C

Color information

#BC277C (or 0xBC277C) is unknown color: approx Medium Red Violet. HEX triplet: BC, 27 and 7C. RGB value is (188,39,124). Sum of RGB (Red+Green+Blue) = 188+39+124=351 (46% of max value = 765). Red value is 188 (73.83% from 255 or 53.56% from 351); Green value is 39 (15.62% from 255 or 11.11% from 351); Blue value is 124 (48.83% from 255 or 35.33% from 351); Max value from RGB is 188 - color contains mainly: red. Hex color #BC277C is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #BC277C is #43D883. Grayscale: #5D5D5D. Windows color (decimal): -4446340 or 8136636. OLE color: 8136636.

HSL color Cylindrical-coordinate representation of color #BC277C: hue angle of 325.77º degrees, saturation: 0.66, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #BC277C is Cyan = 0, Magento = 0.79, Yellow = 0.34 and Black (K on CMYK) = 0.26.

Color convert

RGB18839124-
CMYK00.790.340.26
HSL325.77º65.64%44.51%-
HSV(B)325.77º79.26%73.73%-
XYZ25.113.620.37-
YUV93.24145.36195.59-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 53.56%
GREEN value IS 39 (15.62% from 255) = 11.11%
BLUE value IS 124 (48.83% from 255) = 35.33%
R=53.56%
G=11.11%
B=35.33%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.79
Y (Yellow) values IS 0.34
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal1883912400.790.340.26325.7765.6444.51
HexBC277C04F221A146422d
Octal274471740117423250610255
Binary10111100100111111110001001111100010110101010001101000010101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BC277C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BC277C; }

 p { color: rgb(188,39,124); }

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

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

 a { background-color: rgb(188,39,124); }

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

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

 span { border-color: rgb(188,39,124); }

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