#BC1C7D

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

Shades of Medium Violet Red #BC1C7D

Tints of Medium Violet Red #BC1C7D

Color information

#BC1C7D (or 0xBC1C7D) is unknown color: approx Medium Violet Red. HEX triplet: BC, 1C and 7D. RGB value is (188,28,125). Sum of RGB (Red+Green+Blue) = 188+28+125=341 (45% of max value = 765). Red value is 188 (73.83% from 255 or 55.13% from 341); Green value is 28 (11.33% from 255 or 8.21% from 341); Blue value is 125 (49.22% from 255 or 36.66% from 341); Max value from RGB is 188 - color contains mainly: red. Hex color #BC1C7D is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #BC1C7D is #43E382. Grayscale: #565656. Windows color (decimal): -4449155 or 8199356. OLE color: 8199356.

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

Color convert

RGB18828125-
CMYK00.850.340.26
HSL323.62º74.07%42.35%-
HSV(B)323.62º85.11%73.73%-
XYZ24.861320.6-
YUV86.9149.51200.11-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 55.13%
GREEN value IS 28 (11.33% from 255) = 8.21%
BLUE value IS 125 (49.22% from 255) = 36.66%
R=55.13%
G=8.21%
B=36.66%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.85
Y (Yellow) values IS 0.34
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal1882812500.850.340.26323.6274.0742.35
HexBC1C7D055221A1444a2a
Octal274341750125423250411252
Binary1011110011100111110101010101100010110101010001001001010101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BC1C7D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BC1C7D; }

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

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

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

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

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

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

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

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