#BC279C

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

Shades of Medium Red Violet #BC279C

Tints of Medium Red Violet #BC279C

Color information

#BC279C (or 0xBC279C) is unknown color: approx Medium Red Violet. HEX triplet: BC, 27 and 9C. RGB value is (188,39,156). Sum of RGB (Red+Green+Blue) = 188+39+156=383 (50% of max value = 765). Red value is 188 (73.83% from 255 or 49.09% from 383); Green value is 39 (15.62% from 255 or 10.18% from 383); Blue value is 156 (61.33% from 255 or 40.73% from 383); Max value from RGB is 188 - color contains mainly: red. Hex color #BC279C is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #BC279C is #43D863. Grayscale: #606060. Windows color (decimal): -4446308 or 10233788. OLE color: 10233788.

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

Color convert

RGB18839156-
CMYK00.790.170.26
HSL312.89º65.64%44.51%-
HSV(B)312.89º79.26%73.73%-
XYZ27.4714.5432.81-
YUV96.89161.36192.99-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 49.09%
GREEN value IS 39 (15.62% from 255) = 10.18%
BLUE value IS 156 (61.33% from 255) = 40.73%
R=49.09%
G=10.18%
B=40.73%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.79
Y (Yellow) values IS 0.17
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal1883915600.790.170.26312.8965.6444.51
HexBC279C04F111A139422d
Octal274472340117213247110255
Binary10111100100111100111000100111110001110101001110011000010101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BC279C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BC279C; }

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

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

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

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

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

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

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

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