#BC279B

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

Shades of Medium Red Violet #BC279B

Tints of Medium Red Violet #BC279B

Color information

#BC279B (or 0xBC279B) is unknown color: approx Medium Red Violet. HEX triplet: BC, 27 and 9B. RGB value is (188,39,155). Sum of RGB (Red+Green+Blue) = 188+39+155=382 (50% of max value = 765). Red value is 188 (73.83% from 255 or 49.21% from 382); Green value is 39 (15.62% from 255 or 10.21% from 382); Blue value is 155 (60.94% from 255 or 40.58% from 382); Max value from RGB is 188 - color contains mainly: red. Hex color #BC279B is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #BC279B is #43D864. Grayscale: #606060. Windows color (decimal): -4446309 or 10168252. OLE color: 10168252.

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

Color convert

RGB18839155-
CMYK00.790.180.26
HSL313.29º65.64%44.51%-
HSV(B)313.29º79.26%73.73%-
XYZ27.3814.5132.37-
YUV96.78160.86193.07-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 49.21%
GREEN value IS 39 (15.62% from 255) = 10.21%
BLUE value IS 155 (60.94% from 255) = 40.58%
R=49.21%
G=10.21%
B=40.58%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.79
Y (Yellow) values IS 0.18
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal1883915500.790.180.26313.2965.6444.51
HexBC279B04F121A139422d
Octal274472330117223247110255
Binary10111100100111100110110100111110010110101001110011000010101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BC279B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BC279B; }

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

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

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

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

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

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

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

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