#BC279D

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

Shades of Medium Red Violet #BC279D

Tints of Medium Red Violet #BC279D

Color information

#BC279D (or 0xBC279D) is unknown color: approx Medium Red Violet. HEX triplet: BC, 27 and 9D. RGB value is (188,39,157). Sum of RGB (Red+Green+Blue) = 188+39+157=384 (50% of max value = 765). Red value is 188 (73.83% from 255 or 48.96% from 384); Green value is 39 (15.62% from 255 or 10.16% from 384); Blue value is 157 (61.72% from 255 or 40.89% from 384); Max value from RGB is 188 - color contains mainly: red. Hex color #BC279D is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #BC279D is #43D862. Grayscale: #606060. Windows color (decimal): -4446307 or 10299324. OLE color: 10299324.

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

Color convert

RGB18839157-
CMYK00.790.160.26
HSL312.48º65.64%44.51%-
HSV(B)312.48º79.26%73.73%-
XYZ27.5514.5833.26-
YUV97161.86192.91-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 48.96%
GREEN value IS 39 (15.62% from 255) = 10.16%
BLUE value IS 157 (61.72% from 255) = 40.89%
R=48.96%
G=10.16%
B=40.89%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.79
Y (Yellow) values IS 0.16
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal1883915700.790.160.26312.4865.6444.51
HexBC279D04F101A138422d
Octal274472350117203247010255
Binary10111100100111100111010100111110000110101001110001000010101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BC279D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BC279D; }

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

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

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

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

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

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

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

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