#BC0686

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

Shades of Medium Violet Red #BC0686

Tints of Medium Violet Red #BC0686

Color information

#BC0686 (or 0xBC0686) is unknown color: approx Medium Violet Red. HEX triplet: BC, 06 and 86. RGB value is (188,6,134). Sum of RGB (Red+Green+Blue) = 188+6+134=328 (43% of max value = 765). Red value is 188 (73.83% from 255 or 57.32% from 328); Green value is 6 (2.73% from 255 or 1.83% from 328); Blue value is 134 (52.73% from 255 or 40.85% from 328); Max value from RGB is 188 - color contains mainly: red. Hex color #BC0686 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #BC0686 is #43F979. Grayscale: #4A4A4A. Windows color (decimal): -4454778 or 8783548. OLE color: 8783548.

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

Color convert

RGB1886134-
CMYK00.970.290.26
HSL317.8º93.81%38.04%-
HSV(B)317.8º96.81%73.73%-
XYZ25.1112.5423.65-
YUV75.01161.3208.59-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 57.32%
GREEN value IS 6 (2.73% from 255) = 1.83%
BLUE value IS 134 (52.73% from 255) = 40.85%
R=57.32%
G=1.83%
B=40.85%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.97
Y (Yellow) values IS 0.29
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal188613400.970.290.26317.893.8138.04
HexBC6860611D1A13e5e26
Octal27462060141353247613646
Binary10111100110100001100110000111101110101001111101011110100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BC0686

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BC0686; }

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

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

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

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

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

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

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

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