#BC1B8E

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

Shades of Medium Violet Red #BC1B8E

Tints of Medium Violet Red #BC1B8E

Color information

#BC1B8E (or 0xBC1B8E) is unknown color: approx Medium Violet Red. HEX triplet: BC, 1B and 8E. RGB value is (188,27,142). Sum of RGB (Red+Green+Blue) = 188+27+142=357 (47% of max value = 765). Red value is 188 (73.83% from 255 or 52.66% from 357); Green value is 27 (10.94% from 255 or 7.56% from 357); Blue value is 142 (55.86% from 255 or 39.78% from 357); Max value from RGB is 188 - color contains mainly: red. Hex color #BC1B8E is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #BC1B8E is #43E471. Grayscale: #575757. Windows color (decimal): -4449394 or 9313212. OLE color: 9313212.

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

Color convert

RGB18827142-
CMYK00.860.240.26
HSL317.14º74.88%42.16%-
HSV(B)317.14º85.64%73.73%-
XYZ26.0113.4326.81-
YUV88.25158.34199.15-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 52.66%
GREEN value IS 27 (10.94% from 255) = 7.56%
BLUE value IS 142 (55.86% from 255) = 39.78%
R=52.66%
G=7.56%
B=39.78%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.86
Y (Yellow) values IS 0.24
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal1882714200.860.240.26317.1474.8842.16
HexBC1B8E056181A13d4b2a
Octal274332160126303247511352
Binary1011110011011100011100101011011000110101001111011001011101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BC1B8E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BC1B8E; }

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

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

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

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

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

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

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

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