Shades of Medium Orchid #BC67DF
Tints of Medium Orchid #BC67DF
RGB
CMYK
RGB Variations
Color information
#BC67DF (or 0xBC67DF) is known color: Medium Orchid. HEX triplet: BC, 67 and DF. RGB value is (188,103,223). Sum of RGB (Red+Green+Blue) = 188+103+223=514 (68% of max value = 765). Red value is 188 (73.83% from 255 or 36.58% from 514); Green value is 103 (40.62% from 255 or 20.04% from 514); Blue value is 223 (87.5% from 255 or 43.39% from 514); Max value from RGB is 223 - color contains mainly: blue. Hex color #BC67DF is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #BC67DF is #439820. Grayscale: #8D8D8D. Windows color (decimal): -4429857 or 14641084. OLE color: 14641084.
HSL color Cylindrical-coordinate representation of color #BC67DF: hue angle of 282.5º degrees, saturation: 0.65, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #BC67DF is Cyan = 0.16, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 188 | 103 | 223 | - |
| CMYK | 0.16 | 0.54 | 0 | 0.13 |
| HSL | 282.5º | 0.65% | 0.64% | - |
| HSV(B) | 282.5º | 0.54% | 0.87% | - |
| XYZ | 38.91 | 25.72 | 72.73 | - |
| YUV | 142.1 | 173.66 | 160.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 103 | 223 | 0.16 | 0.54 | 0 | 0.13 | 282.5 | 0.65 | 0.64 |
| Hex | BC | 67 | DF | 10 | 36 | 0 | D | 11A | 41 | 40 |
| Octal | 274 | 147 | 337 | 20 | 66 | 0 | 15 | 432 | 101 | 100 |
| Binary | 10111100 | 1100111 | 11011111 | 10000 | 110110 | 0 | 1101 | 100011010 | 1000001 | 1000000 |
Color Harmonies of #BC67DF
Complementary color
Monochromatic Colors of #BC67DF
Black with #BC67DF
Text Example
Text Example
White with #BC67DF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC67DF; }
p { color: rgb(188,103,223); }
H1.HeaderClassName
{
color: #BC67DF;
}
.AnyTagClassName
{
color: #BC67DF;
}
</style>
background-color css
<style>
a { background-color: #BC67DF; }
a { background-color: rgb(188,103,223); }
div.DivClassName
{
background-color: #BC67DF;
}
.BgClassName
{
background-color: #BC67DF;
}
</style>
border-color css
<style>
span { border-color: #BC67DF; }
span { border-color: rgb(188,103,223); }
td.TdClassName
{
border-color: #BC67DF;
}
.TagClassName
{
border-color: #BC67DF;
}
</style>