Shades of Medium Orchid #BC68DD
Tints of Medium Orchid #BC68DD
RGB
CMYK
RGB Variations
Color information
#BC68DD (or 0xBC68DD) is known color: Medium Orchid. HEX triplet: BC, 68 and DD. RGB value is (188,104,221). Sum of RGB (Red+Green+Blue) = 188+104+221=513 (67% of max value = 765). Red value is 188 (73.83% from 255 or 36.65% from 513); Green value is 104 (41.02% from 255 or 20.27% from 513); Blue value is 221 (86.72% from 255 or 43.08% from 513); Max value from RGB is 221 - color contains mainly: blue. Hex color #BC68DD is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #BC68DD is #439722. Grayscale: #8E8E8E. Windows color (decimal): -4429603 or 14510268. OLE color: 14510268.
HSL color Cylindrical-coordinate representation of color #BC68DD: hue angle of 283.08º degrees, saturation: 0.63, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #BC68DD is Cyan = 0.15, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 188 | 104 | 221 | - |
| CMYK | 0.15 | 0.53 | 0 | 0.13 |
| HSL | 283.08º | 0.63% | 0.64% | - |
| HSV(B) | 283.08º | 0.53% | 0.87% | - |
| XYZ | 38.74 | 25.81 | 71.35 | - |
| YUV | 142.45 | 172.33 | 160.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 104 | 221 | 0.15 | 0.53 | 0 | 0.13 | 283.08 | 0.63 | 0.64 |
| Hex | BC | 68 | DD | F | 35 | 0 | D | 11B | 3F | 40 |
| Octal | 274 | 150 | 335 | 17 | 65 | 0 | 15 | 433 | 77 | 100 |
| Binary | 10111100 | 1101000 | 11011101 | 1111 | 110101 | 0 | 1101 | 100011011 | 111111 | 1000000 |
Color Harmonies of #BC68DD
Complementary color
Monochromatic Colors of #BC68DD
Black with #BC68DD
Text Example
Text Example
White with #BC68DD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC68DD; }
p { color: rgb(188,104,221); }
H1.HeaderClassName
{
color: #BC68DD;
}
.AnyTagClassName
{
color: #BC68DD;
}
</style>
background-color css
<style>
a { background-color: #BC68DD; }
a { background-color: rgb(188,104,221); }
div.DivClassName
{
background-color: #BC68DD;
}
.BgClassName
{
background-color: #BC68DD;
}
</style>
border-color css
<style>
span { border-color: #BC68DD; }
span { border-color: rgb(188,104,221); }
td.TdClassName
{
border-color: #BC68DD;
}
.TagClassName
{
border-color: #BC68DD;
}
</style>