#BC1891

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

Shades of Medium Violet Red #BC1891

Tints of Medium Violet Red #BC1891

Color information

#BC1891 (or 0xBC1891) is unknown color: approx Medium Violet Red. HEX triplet: BC, 18 and 91. RGB value is (188,24,145). Sum of RGB (Red+Green+Blue) = 188+24+145=357 (47% of max value = 765). Red value is 188 (73.83% from 255 or 52.66% from 357); Green value is 24 (9.77% from 255 or 6.72% from 357); Blue value is 145 (57.03% from 255 or 40.62% from 357); Max value from RGB is 188 - color contains mainly: red. Hex color #BC1891 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #BC1891 is #43E76E. Grayscale: #565656. Windows color (decimal): -4450159 or 9509052. OLE color: 9509052.

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

Color convert

RGB18824145-
CMYK00.870.230.26
HSL315.73º77.36%41.57%-
HSV(B)315.73º87.23%73.73%-
XYZ26.1813.3927.99-
YUV86.83160.83200.16-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 52.66%
GREEN value IS 24 (9.77% from 255) = 6.72%
BLUE value IS 145 (57.03% from 255) = 40.62%
R=52.66%
G=6.72%
B=40.62%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.87
Y (Yellow) values IS 0.23
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal1882414500.870.230.26315.7377.3641.57
HexBC1891057171A13c4d2a
Octal274302210127273247411552
Binary1011110011000100100010101011110111110101001111001001101101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BC1891

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BC1891; }

 p { color: rgb(188,24,145); }

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

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

 a { background-color: rgb(188,24,145); }

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

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

 span { border-color: rgb(188,24,145); }

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