#BC1B92

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

Shades of Medium Violet Red #BC1B92

Tints of Medium Violet Red #BC1B92

Color information

#BC1B92 (or 0xBC1B92) is unknown color: approx Medium Violet Red. HEX triplet: BC, 1B and 92. RGB value is (188,27,146). Sum of RGB (Red+Green+Blue) = 188+27+146=361 (47% of max value = 765). Red value is 188 (73.83% from 255 or 52.08% from 361); Green value is 27 (10.94% from 255 or 7.48% from 361); Blue value is 146 (57.42% from 255 or 40.44% from 361); Max value from RGB is 188 - color contains mainly: red. Hex color #BC1B92 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #BC1B92 is #43E46D. Grayscale: #585858. Windows color (decimal): -4449390 or 9575356. OLE color: 9575356.

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

Color convert

RGB18827146-
CMYK00.860.220.26
HSL315.65º74.88%42.16%-
HSV(B)315.65º85.64%73.73%-
XYZ26.3213.5528.42-
YUV88.7160.34198.82-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 52.08%
GREEN value IS 27 (10.94% from 255) = 7.48%
BLUE value IS 146 (57.42% from 255) = 40.44%
R=52.08%
G=7.48%
B=40.44%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.86
Y (Yellow) values IS 0.22
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal1882714600.860.220.26315.6574.8842.16
HexBC1B92056161A13c4b2a
Octal274332220126263247411352
Binary1011110011011100100100101011010110110101001111001001011101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BC1B92

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BC1B92; }

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

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

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

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

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

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

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

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