#BC61D0

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

Shades of Medium Orchid #BC61D0

Tints of Medium Orchid #BC61D0

Color information

#BC61D0 (or 0xBC61D0) is unknown color: approx Medium Orchid. HEX triplet: BC, 61 and D0. RGB value is (188,97,208). Sum of RGB (Red+Green+Blue) = 188+97+208=493 (65% of max value = 765). Red value is 188 (73.83% from 255 or 38.13% from 493); Green value is 97 (38.28% from 255 or 19.68% from 493); Blue value is 208 (81.64% from 255 or 42.19% from 493); Max value from RGB is 208 - color contains mainly: blue. Hex color #BC61D0 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #BC61D0 is #439E2F. Grayscale: #888888. Windows color (decimal): -4431408 or 13656508. OLE color: 13656508.

HSL color Cylindrical-coordinate representation of color #BC61D0: hue angle of 289.19º degrees, saturation: 0.54, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #BC61D0 is Cyan = 0.10, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.18.

Color convert

RGB18897208-
CMYK0.100.5300.18
HSL289.19º54.15%59.8%-
HSV(B)289.19º53.37%81.57%-
XYZ36.423.7962.35-
YUV136.86168.15164.47-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 38.13%
GREEN value IS 97 (38.28% from 255) = 19.68%
BLUE value IS 208 (81.64% from 255) = 42.19%
R=38.13%
G=19.68%
B=42.19%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0.53
Y (Yellow) values IS 0
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal188972080.100.5300.18289.1954.1559.8
HexBC61D0A35012121363c
Octal27414132012650224416674
Binary101111001100001110100001010110101010010100100001110110111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BC61D0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BC61D0; }

 p { color: rgb(188,97,208); }

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

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

 a { background-color: rgb(188,97,208); }

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

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

 span { border-color: rgb(188,97,208); }

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