#BC1B9A

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

Shades of Medium Violet Red #BC1B9A

Tints of Medium Violet Red #BC1B9A

Color information

#BC1B9A (or 0xBC1B9A) is unknown color: approx Medium Violet Red. HEX triplet: BC, 1B and 9A. RGB value is (188,27,154). Sum of RGB (Red+Green+Blue) = 188+27+154=369 (48% of max value = 765). Red value is 188 (73.83% from 255 or 50.95% from 369); Green value is 27 (10.94% from 255 or 7.32% from 369); Blue value is 154 (60.55% from 255 or 41.73% from 369); Max value from RGB is 188 - color contains mainly: red. Hex color #BC1B9A is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #BC1B9A is #43E465. Grayscale: #595959. Windows color (decimal): -4449382 or 10099644. OLE color: 10099644.

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

Color convert

RGB18827154-
CMYK00.860.180.26
HSL312.67º74.88%42.16%-
HSV(B)312.67º85.64%73.73%-
XYZ26.9613.8131.82-
YUV89.62164.34198.17-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 50.95%
GREEN value IS 27 (10.94% from 255) = 7.32%
BLUE value IS 154 (60.55% from 255) = 41.73%
R=50.95%
G=7.32%
B=41.73%

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
Decimal1882715400.860.180.26312.6774.8842.16
HexBC1B9A056121A1394b2a
Octal274332320126223247111352
Binary1011110011011100110100101011010010110101001110011001011101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BC1B9A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BC1B9A; }

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

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

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

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

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

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

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

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