#BC1B8B

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

Shades of Medium Violet Red #BC1B8B

Tints of Medium Violet Red #BC1B8B

Color information

#BC1B8B (or 0xBC1B8B) is unknown color: approx Medium Violet Red. HEX triplet: BC, 1B and 8B. RGB value is (188,27,139). Sum of RGB (Red+Green+Blue) = 188+27+139=354 (46% of max value = 765). Red value is 188 (73.83% from 255 or 53.11% from 354); Green value is 27 (10.94% from 255 or 7.63% from 354); Blue value is 139 (54.69% from 255 or 39.27% from 354); Max value from RGB is 188 - color contains mainly: red. Hex color #BC1B8B is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #BC1B8B is #43E474. Grayscale: #575757. Windows color (decimal): -4449397 or 9116604. OLE color: 9116604.

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

Color convert

RGB18827139-
CMYK00.860.260.26
HSL318.26º74.88%42.16%-
HSV(B)318.26º85.64%73.73%-
XYZ25.7913.3425.64-
YUV87.91156.84199.39-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 53.11%
GREEN value IS 27 (10.94% from 255) = 7.63%
BLUE value IS 139 (54.69% from 255) = 39.27%
R=53.11%
G=7.63%
B=39.27%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.86
Y (Yellow) values IS 0.26
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal1882713900.860.260.26318.2674.8842.16
HexBC1B8B0561A1A13e4b2a
Octal274332130126323247611352
Binary1011110011011100010110101011011010110101001111101001011101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BC1B8B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BC1B8B; }

 p { color: rgb(188,27,139); }

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

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

 a { background-color: rgb(188,27,139); }

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

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

 span { border-color: rgb(188,27,139); }

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