Shades of Medium Orchid #BC40DB
Tints of Medium Orchid #BC40DB
RGB
CMYK
RGB Variations
Color information
#BC40DB (or 0xBC40DB) is known color: Medium Orchid. HEX triplet: BC, 40 and DB. RGB value is (188,64,219). Sum of RGB (Red+Green+Blue) = 188+64+219=471 (62% of max value = 765). Red value is 188 (73.83% from 255 or 39.92% from 471); Green value is 64 (25.39% from 255 or 13.59% from 471); Blue value is 219 (85.94% from 255 or 46.50% from 471); Max value from RGB is 219 - color contains mainly: blue. Hex color #BC40DB is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #BC40DB is #43BF24. Grayscale: #767676. Windows color (decimal): -4439845 or 14368956. OLE color: 14368956.
HSL color Cylindrical-coordinate representation of color #BC40DB: hue angle of 288º degrees, saturation: 0.68, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #BC40DB is Cyan = 0.14, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 188 | 64 | 219 | - |
| CMYK | 0.14 | 0.71 | 0 | 0.14 |
| HSL | 288º | 0.68% | 0.55% | - |
| HSV(B) | 288º | 0.71% | 0.86% | - |
| XYZ | 35.36 | 19.47 | 68.91 | - |
| YUV | 118.75 | 184.58 | 177.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 64 | 219 | 0.14 | 0.71 | 0 | 0.14 | 288 | 0.68 | 0.55 |
| Hex | BC | 40 | DB | E | 47 | 0 | E | 120 | 44 | 37 |
| Octal | 274 | 100 | 333 | 16 | 107 | 0 | 16 | 440 | 104 | 67 |
| Binary | 10111100 | 1000000 | 11011011 | 1110 | 1000111 | 0 | 1110 | 100100000 | 1000100 | 110111 |
Color Harmonies of #BC40DB
Complementary color
Monochromatic Colors of #BC40DB
Black with #BC40DB
Text Example
Text Example
White with #BC40DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC40DB; }
p { color: rgb(188,64,219); }
H1.HeaderClassName
{
color: #BC40DB;
}
.AnyTagClassName
{
color: #BC40DB;
}
</style>
background-color css
<style>
a { background-color: #BC40DB; }
a { background-color: rgb(188,64,219); }
div.DivClassName
{
background-color: #BC40DB;
}
.BgClassName
{
background-color: #BC40DB;
}
</style>
border-color css
<style>
span { border-color: #BC40DB; }
span { border-color: rgb(188,64,219); }
td.TdClassName
{
border-color: #BC40DB;
}
.TagClassName
{
border-color: #BC40DB;
}
</style>