#BC1C8C

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

Shades of Medium Violet Red #BC1C8C

Tints of Medium Violet Red #BC1C8C

Color information

#BC1C8C (or 0xBC1C8C) is unknown color: approx Medium Violet Red. HEX triplet: BC, 1C and 8C. RGB value is (188,28,140). Sum of RGB (Red+Green+Blue) = 188+28+140=356 (47% of max value = 765). Red value is 188 (73.83% from 255 or 52.81% from 356); Green value is 28 (11.33% from 255 or 7.87% from 356); Blue value is 140 (55.08% from 255 or 39.33% from 356); Max value from RGB is 188 - color contains mainly: red. Hex color #BC1C8C is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #BC1C8C is #43E373. Grayscale: #585858. Windows color (decimal): -4449140 or 9182396. OLE color: 9182396.

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

Color convert

RGB18828140-
CMYK00.850.260.26
HSL318º74.07%42.35%-
HSV(B)318º85.11%73.73%-
XYZ25.8913.4226.04-
YUV88.61157.01198.89-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 52.81%
GREEN value IS 28 (11.33% from 255) = 7.87%
BLUE value IS 140 (55.08% from 255) = 39.33%
R=52.81%
G=7.87%
B=39.33%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.85
Y (Yellow) values IS 0.26
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal1882814000.850.260.2631874.0742.35
HexBC1C8C0551A1A13e4a2a
Octal274342140125323247611252
Binary1011110011100100011000101010111010110101001111101001010101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BC1C8C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BC1C8C; }

 p { color: rgb(188,28,140); }

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

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

 a { background-color: rgb(188,28,140); }

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

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

 span { border-color: rgb(188,28,140); }

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