#BC1B9B

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

Shades of Medium Violet Red #BC1B9B

Tints of Medium Violet Red #BC1B9B

Color information

#BC1B9B (or 0xBC1B9B) is unknown color: approx Medium Violet Red. HEX triplet: BC, 1B and 9B. RGB value is (188,27,155). Sum of RGB (Red+Green+Blue) = 188+27+155=370 (49% of max value = 765). Red value is 188 (73.83% from 255 or 50.81% from 370); Green value is 27 (10.94% from 255 or 7.30% from 370); Blue value is 155 (60.94% from 255 or 41.89% from 370); Max value from RGB is 188 - color contains mainly: red. Hex color #BC1B9B is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #BC1B9B is #43E464. Grayscale: #595959. Windows color (decimal): -4449381 or 10165180. OLE color: 10165180.

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

Color convert

RGB18827155-
CMYK00.860.180.26
HSL312.3º74.88%42.16%-
HSV(B)312.3º85.64%73.73%-
XYZ27.0513.8432.26-
YUV89.73164.84198.09-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 50.81%
GREEN value IS 27 (10.94% from 255) = 7.30%
BLUE value IS 155 (60.94% from 255) = 41.89%
R=50.81%
G=7.30%
B=41.89%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.86
Y (Yellow) values IS 0.18
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal1882715500.860.180.26312.374.8842.16
HexBC1B9B056121A1384b2a
Octal274332330126223247011352
Binary1011110011011100110110101011010010110101001110001001011101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BC1B9B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BC1B9B; }

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

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

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

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

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

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

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

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