#BC2086

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

Shades of Medium Violet Red #BC2086

Tints of Medium Violet Red #BC2086

Color information

#BC2086 (or 0xBC2086) is unknown color: approx Medium Violet Red. HEX triplet: BC, 20 and 86. RGB value is (188,32,134). Sum of RGB (Red+Green+Blue) = 188+32+134=354 (46% of max value = 765). Red value is 188 (73.83% from 255 or 53.11% from 354); Green value is 32 (12.89% from 255 or 9.04% from 354); Blue value is 134 (52.73% from 255 or 37.85% from 354); Max value from RGB is 188 - color contains mainly: red. Hex color #BC2086 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #BC2086 is #43DF79. Grayscale: #5A5A5A. Windows color (decimal): -4448122 or 8790204. OLE color: 8790204.

HSL color Cylindrical-coordinate representation of color #BC2086: hue angle of 320.77º degrees, saturation: 0.71, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #BC2086 is Cyan = 0, Magento = 0.83, Yellow = 0.29 and Black (K on CMYK) = 0.26.

Color convert

RGB18832134-
CMYK00.830.290.26
HSL320.77º70.91%43.14%-
HSV(B)320.77º82.98%73.73%-
XYZ25.5613.4523.8-
YUV90.27152.68197.71-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 53.11%
GREEN value IS 32 (12.89% from 255) = 9.04%
BLUE value IS 134 (52.73% from 255) = 37.85%
R=53.11%
G=9.04%
B=37.85%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.83
Y (Yellow) values IS 0.29
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal1883213400.830.290.26320.7770.9143.14
HexBC20860531D1A141472b
Octal274402060123353250110753
Binary10111100100000100001100101001111101110101010000011000111101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BC2086

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BC2086; }

 p { color: rgb(188,32,134); }

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

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

 a { background-color: rgb(188,32,134); }

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

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

 span { border-color: rgb(188,32,134); }

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