Shades of Medium Orchid #BC67DE
Tints of Medium Orchid #BC67DE
RGB
CMYK
RGB Variations
Color information
#BC67DE (or 0xBC67DE) is known color: Medium Orchid. HEX triplet: BC, 67 and DE. RGB value is (188,103,222). Sum of RGB (Red+Green+Blue) = 188+103+222=513 (67% of max value = 765). Red value is 188 (73.83% from 255 or 36.65% from 513); Green value is 103 (40.62% from 255 or 20.08% from 513); Blue value is 222 (87.11% from 255 or 43.27% from 513); Max value from RGB is 222 - color contains mainly: blue. Hex color #BC67DE is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #BC67DE is #439821. Grayscale: #8D8D8D. Windows color (decimal): -4429858 or 14575548. OLE color: 14575548.
HSL color Cylindrical-coordinate representation of color #BC67DE: hue angle of 282.86º degrees, saturation: 0.64, 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 #BC67DE is Cyan = 0.15, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 188 | 103 | 222 | - |
| CMYK | 0.15 | 0.54 | 0 | 0.13 |
| HSL | 282.86º | 0.64% | 0.64% | - |
| HSV(B) | 282.86º | 0.54% | 0.87% | - |
| XYZ | 38.77 | 25.67 | 72.02 | - |
| YUV | 141.98 | 173.16 | 160.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 103 | 222 | 0.15 | 0.54 | 0 | 0.13 | 282.86 | 0.64 | 0.64 |
| Hex | BC | 67 | DE | F | 36 | 0 | D | 11B | 40 | 40 |
| Octal | 274 | 147 | 336 | 17 | 66 | 0 | 15 | 433 | 100 | 100 |
| Binary | 10111100 | 1100111 | 11011110 | 1111 | 110110 | 0 | 1101 | 100011011 | 1000000 | 1000000 |
Color Harmonies of #BC67DE
Complementary color
Monochromatic Colors of #BC67DE
Black with #BC67DE
Text Example
Text Example
White with #BC67DE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC67DE; }
p { color: rgb(188,103,222); }
H1.HeaderClassName
{
color: #BC67DE;
}
.AnyTagClassName
{
color: #BC67DE;
}
</style>
background-color css
<style>
a { background-color: #BC67DE; }
a { background-color: rgb(188,103,222); }
div.DivClassName
{
background-color: #BC67DE;
}
.BgClassName
{
background-color: #BC67DE;
}
</style>
border-color css
<style>
span { border-color: #BC67DE; }
span { border-color: rgb(188,103,222); }
td.TdClassName
{
border-color: #BC67DE;
}
.TagClassName
{
border-color: #BC67DE;
}
</style>