Shades of Medium Orchid #BC47DC
Tints of Medium Orchid #BC47DC
RGB
CMYK
RGB Variations
Color information
#BC47DC (or 0xBC47DC) is known color: 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
| RGB | 188 | 71 | 220 | - |
| CMYK | 0.15 | 0.68 | 0 | 0.14 |
| HSL | 287.11º | 0.68% | 0.57% | - |
| HSV(B) | 287.11º | 0.68% | 0.86% | - |
| XYZ | 35.91 | 20.37 | 69.75 | - |
| YUV | 122.97 | 182.76 | 174.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 71 | 220 | 0.15 | 0.68 | 0 | 0.14 | 287.11 | 0.68 | 0.57 |
| Hex | BC | 47 | DC | F | 44 | 0 | E | 11F | 44 | 39 |
| Octal | 274 | 107 | 334 | 17 | 104 | 0 | 16 | 437 | 104 | 71 |
| Binary | 10111100 | 1000111 | 11011100 | 1111 | 1000100 | 0 | 1110 | 100011111 | 1000100 | 111001 |
Color Harmonies of #BC47DC
Complementary color
Monochromatic Colors of #BC47DC
Black with #BC47DC
Text Example
Text Example
White with #BC47DC
Text Example
Text Example
HTML Codes & Css Web 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>