#BC5DF7

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

Shades of Medium Orchid #BC5DF7

Tints of Medium Orchid #BC5DF7

Color information

#BC5DF7 (or 0xBC5DF7) is unknown color: approx Medium Orchid. HEX triplet: BC, 5D and F7. RGB value is (188,93,247). Sum of RGB (Red+Green+Blue) = 188+93+247=528 (69% of max value = 765). Red value is 188 (73.83% from 255 or 35.61% from 528); Green value is 93 (36.72% from 255 or 17.61% from 528); Blue value is 247 (96.88% from 255 or 46.78% from 528); Max value from RGB is 247 - color contains mainly: blue. Hex color #BC5DF7 is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #BC5DF7 is #43A208. Grayscale: #8A8A8A. Windows color (decimal): -4432393 or 16211388. OLE color: 16211388.

HSL color Cylindrical-coordinate representation of color #BC5DF7: hue angle of 277.01º degrees, saturation: 0.91, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #BC5DF7 is Cyan = 0.24, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.03.

Color convert

RGB18893247-
CMYK0.240.6200.03
HSL277.01º90.59%66.67%-
HSV(B)277.01º62.35%96.86%-
XYZ41.4425.2490.68-
YUV138.96188.97162.98-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 35.61%
GREEN value IS 93 (36.72% from 255) = 17.61%
BLUE value IS 247 (96.88% from 255) = 46.78%
R=35.61%
G=17.61%
B=46.78%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0.62
Y (Yellow) values IS 0
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal188932470.240.6200.03277.0190.5966.67
HexBC5DF7183E031155b43
Octal274135367307603425133103
Binary101111001011101111101111100011111001110001010110110111000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BC5DF7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BC5DF7; }

 p { color: rgb(188,93,247); }

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

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

 a { background-color: rgb(188,93,247); }

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

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

 span { border-color: rgb(188,93,247); }

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