#BC1C6C

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

Shades of Medium Violet Red #BC1C6C

Tints of Medium Violet Red #BC1C6C

Color information

#BC1C6C (or 0xBC1C6C) is unknown color: approx Medium Violet Red. HEX triplet: BC, 1C and 6C. RGB value is (188,28,108). Sum of RGB (Red+Green+Blue) = 188+28+108=324 (42% of max value = 765). Red value is 188 (73.83% from 255 or 58.02% from 324); Green value is 28 (11.33% from 255 or 8.64% from 324); Blue value is 108 (42.58% from 255 or 33.33% from 324); Max value from RGB is 188 - color contains mainly: red. Hex color #BC1C6C is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #BC1C6C is #43E393. Grayscale: #545454. Windows color (decimal): -4449172 or 7085244. OLE color: 7085244.

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

Color convert

RGB18828108-
CMYK00.850.430.26
HSL330º74.07%42.35%-
HSV(B)330º85.11%73.73%-
XYZ23.8612.615.36-
YUV84.96141.01201.5-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 58.02%
GREEN value IS 28 (11.33% from 255) = 8.64%
BLUE value IS 108 (42.58% from 255) = 33.33%
R=58.02%
G=8.64%
B=33.33%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.85
Y (Yellow) values IS 0.43
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal1882810800.850.430.2633074.0742.35
HexBC1C6C0552B1A14a4a2a
Octal274341540125533251211252
Binary1011110011100110110001010101101011110101010010101001010101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BC1C6C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BC1C6C; }

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

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

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

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

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

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

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

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