#BC47D6

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

Shades of Medium Orchid #BC47D6

Tints of Medium Orchid #BC47D6

Color information

#BC47D6 (or 0xBC47D6) is unknown color: approx Medium Orchid. HEX triplet: BC, 47 and D6. RGB value is (188,71,214). Sum of RGB (Red+Green+Blue) = 188+71+214=473 (62% of max value = 765). Red value is 188 (73.83% from 255 or 39.75% from 473); Green value is 71 (28.12% from 255 or 15.01% from 473); Blue value is 214 (83.98% from 255 or 45.24% from 473); Max value from RGB is 214 - color contains mainly: blue. Hex color #BC47D6 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #BC47D6 is #43B829. Grayscale: #797979. Windows color (decimal): -4438058 or 14043068. OLE color: 14043068.

HSL color Cylindrical-coordinate representation of color #BC47D6: hue angle of 289.09º degrees, saturation: 0.64, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #BC47D6 is Cyan = 0.12, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB18871214-
CMYK0.120.6700.16
HSL289.09º63.56%55.88%-
HSV(B)289.09º66.82%83.92%-
XYZ35.1320.0565.64-
YUV122.28179.76174.87-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 39.75%
GREEN value IS 71 (28.12% from 255) = 15.01%
BLUE value IS 214 (83.98% from 255) = 45.24%
R=39.75%
G=15.01%
B=45.24%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0.67
Y (Yellow) values IS 0
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal188712140.120.6700.16289.0963.5655.88
HexBC47D6C430101214038
Octal2741073261410302044110070
Binary10111100100011111010110110010000110100001001000011000000111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BC47D6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BC47D6; }

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

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

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

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

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

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

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

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