#BC1C9C

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

Shades of Medium Violet Red #BC1C9C

Tints of Medium Violet Red #BC1C9C

Color information

#BC1C9C (or 0xBC1C9C) is unknown color: approx Medium Violet Red. HEX triplet: BC, 1C and 9C. RGB value is (188,28,156). Sum of RGB (Red+Green+Blue) = 188+28+156=372 (49% of max value = 765). Red value is 188 (73.83% from 255 or 50.54% from 372); Green value is 28 (11.33% from 255 or 7.53% from 372); Blue value is 156 (61.33% from 255 or 41.94% from 372); Max value from RGB is 188 - color contains mainly: red. Hex color #BC1C9C is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #BC1C9C is #43E363. Grayscale: #5A5A5A. Windows color (decimal): -4449124 or 10230972. OLE color: 10230972.

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

Color convert

RGB18828156-
CMYK00.850.170.26
HSL312º74.07%42.35%-
HSV(B)312º85.11%73.73%-
XYZ27.1613.9232.71-
YUV90.43165.01197.59-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 50.54%
GREEN value IS 28 (11.33% from 255) = 7.53%
BLUE value IS 156 (61.33% from 255) = 41.94%
R=50.54%
G=7.53%
B=41.94%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.85
Y (Yellow) values IS 0.17
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal1882815600.850.170.2631274.0742.35
HexBC1C9C055111A1384a2a
Octal274342340125213247011252
Binary1011110011100100111000101010110001110101001110001001010101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BC1C9C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BC1C9C; }

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

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

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

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

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

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

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

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