#BC1279

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

Shades of Medium Violet Red #BC1279

Tints of Medium Violet Red #BC1279

Color information

#BC1279 (or 0xBC1279) is unknown color: approx Medium Violet Red. HEX triplet: BC, 12 and 79. RGB value is (188,18,121). Sum of RGB (Red+Green+Blue) = 188+18+121=327 (43% of max value = 765). Red value is 188 (73.83% from 255 or 57.49% from 327); Green value is 18 (7.42% from 255 or 5.50% from 327); Blue value is 121 (47.66% from 255 or 37.00% from 327); Max value from RGB is 188 - color contains mainly: red. Hex color #BC1279 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #BC1279 is #43ED86. Grayscale: #505050. Windows color (decimal): -4451719 or 7934652. OLE color: 7934652.

HSL color Cylindrical-coordinate representation of color #BC1279: hue angle of 323.65º degrees, saturation: 0.83, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #BC1279 is Cyan = 0, Magento = 0.90, Yellow = 0.36 and Black (K on CMYK) = 0.26.

Color convert

RGB18818121-
CMYK00.900.360.26
HSL323.65º82.52%40.39%-
HSV(B)323.65º90.43%73.73%-
XYZ24.4112.519.22-
YUV80.57150.82204.62-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 57.49%
GREEN value IS 18 (7.42% from 255) = 5.50%
BLUE value IS 121 (47.66% from 255) = 37.00%
R=57.49%
G=5.50%
B=37.00%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.90
Y (Yellow) values IS 0.36
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal1881812100.900.360.26323.6582.5240.39
HexBC127905A241A1445328
Octal274221710132443250412350
Binary1011110010010111100101011010100100110101010001001010011101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BC1279

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BC1279; }

 p { color: rgb(188,18,121); }

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

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

 a { background-color: rgb(188,18,121); }

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

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

 span { border-color: rgb(188,18,121); }

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