#BC47DC

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

Shades of Medium Orchid #BC47DC

Tints of Medium Orchid #BC47DC

Color information

#BC47DC (or 0xBC47DC) is unknown color: approx Medium Orchid. HEX triplet: BC, 47 and DC. RGB value is (188,71,220). Sum of RGB (Red+Green+Blue) = 188+71+220=479 (63% of max value = 765). Red value is 188 (73.83% from 255 or 39.25% from 479); Green value is 71 (28.12% from 255 or 14.82% from 479); Blue value is 220 (86.33% from 255 or 45.93% from 479); Max value from RGB is 220 - color contains mainly: blue. Hex color #BC47DC is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #BC47DC is #43B823. Grayscale: #7A7A7A. Windows color (decimal): -4438052 or 14436284. OLE color: 14436284.

HSL color Cylindrical-coordinate representation of color #BC47DC: hue angle of 287.11º degrees, saturation: 0.68, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #BC47DC is Cyan = 0.15, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB18871220-
CMYK0.150.6800.14
HSL287.11º68.04%57.06%-
HSV(B)287.11º67.73%86.27%-
XYZ35.9120.3769.75-
YUV122.97182.76174.38-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 39.25%
GREEN value IS 71 (28.12% from 255) = 14.82%
BLUE value IS 220 (86.33% from 255) = 45.93%
R=39.25%
G=14.82%
B=45.93%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0.68
Y (Yellow) values IS 0
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal188712200.150.6800.14287.1168.0457.06
HexBC47DCF440E11f4439
Octal2741073341710401643710471
Binary1011110010001111101110011111000100011101000111111000100111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BC47DC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BC47DC; }

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

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

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

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

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

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

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

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