#BC1C7A

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

Shades of Medium Violet Red #BC1C7A

Tints of Medium Violet Red #BC1C7A

Color information

#BC1C7A (or 0xBC1C7A) is unknown color: approx Medium Violet Red. HEX triplet: BC, 1C and 7A. RGB value is (188,28,122). Sum of RGB (Red+Green+Blue) = 188+28+122=338 (44% of max value = 765). Red value is 188 (73.83% from 255 or 55.62% from 338); Green value is 28 (11.33% from 255 or 8.28% from 338); Blue value is 122 (48.05% from 255 or 36.09% from 338); Max value from RGB is 188 - color contains mainly: red. Hex color #BC1C7A is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #BC1C7A is #43E385. Grayscale: #565656. Windows color (decimal): -4449158 or 8002748. OLE color: 8002748.

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

Color convert

RGB18828122-
CMYK00.850.350.26
HSL324.75º74.07%42.35%-
HSV(B)324.75º85.11%73.73%-
XYZ24.6712.9319.61-
YUV86.56148.01200.36-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 55.62%
GREEN value IS 28 (11.33% from 255) = 8.28%
BLUE value IS 122 (48.05% from 255) = 36.09%
R=55.62%
G=8.28%
B=36.09%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.85
Y (Yellow) values IS 0.35
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal1882812200.850.350.26324.7574.0742.35
HexBC1C7A055231A1454a2a
Octal274341720125433250511252
Binary1011110011100111101001010101100011110101010001011001010101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BC1C7A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BC1C7A; }

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

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

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

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

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

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

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

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