#BC47F7

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

Shades of Medium Orchid #BC47F7

Tints of Medium Orchid #BC47F7

Color information

#BC47F7 (or 0xBC47F7) is unknown color: approx Medium Orchid. HEX triplet: BC, 47 and F7. RGB value is (188,71,247). Sum of RGB (Red+Green+Blue) = 188+71+247=506 (67% of max value = 765). Red value is 188 (73.83% from 255 or 37.15% from 506); Green value is 71 (28.12% from 255 or 14.03% from 506); Blue value is 247 (96.88% from 255 or 48.81% from 506); Max value from RGB is 247 - color contains mainly: blue. Hex color #BC47F7 is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #BC47F7 is #43B808. Grayscale: #7D7D7D. Windows color (decimal): -4438025 or 16205756. OLE color: 16205756.

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

Color convert

RGB18871247-
CMYK0.240.7100.03
HSL279.89º91.67%62.35%-
HSV(B)279.89º71.26%96.86%-
XYZ39.7821.9190.13-
YUV126.05196.26172.19-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 37.15%
GREEN value IS 71 (28.12% from 255) = 14.03%
BLUE value IS 247 (96.88% from 255) = 48.81%
R=37.15%
G=14.03%
B=48.81%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0.71
Y (Yellow) values IS 0
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal188712470.240.7100.03279.8991.6762.35
HexBC47F71847031185c3e
Octal274107367301070343013476
Binary101111001000111111101111100010001110111000110001011100111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BC47F7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BC47F7; }

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

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

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

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

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

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

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

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