Shades of Medium Orchid #BC44DB
Tints of Medium Orchid #BC44DB
RGB
CMYK
RGB Variations
Color information
#BC44DB (or 0xBC44DB) is known color: Medium Orchid. HEX triplet: BC, 44 and DB. RGB value is (188,68,219). Sum of RGB (Red+Green+Blue) = 188+68+219=475 (62% of max value = 765). Red value is 188 (73.83% from 255 or 39.58% from 475); Green value is 68 (26.95% from 255 or 14.32% from 475); Blue value is 219 (85.94% from 255 or 46.11% from 475); Max value from RGB is 219 - color contains mainly: blue. Hex color #BC44DB is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #BC44DB is #43BB24. Grayscale: #787878. Windows color (decimal): -4438821 or 14369980. OLE color: 14369980.
HSL color Cylindrical-coordinate representation of color #BC44DB: hue angle of 287.68º degrees, saturation: 0.68, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #BC44DB is Cyan = 0.14, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 188 | 68 | 219 | - |
| CMYK | 0.14 | 0.69 | 0 | 0.14 |
| HSL | 287.68º | 0.68% | 0.56% | - |
| HSV(B) | 287.68º | 0.69% | 0.86% | - |
| XYZ | 35.59 | 19.94 | 68.99 | - |
| YUV | 121.09 | 183.26 | 175.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 68 | 219 | 0.14 | 0.69 | 0 | 0.14 | 287.68 | 0.68 | 0.56 |
| Hex | BC | 44 | DB | E | 45 | 0 | E | 120 | 44 | 38 |
| Octal | 274 | 104 | 333 | 16 | 105 | 0 | 16 | 440 | 104 | 70 |
| Binary | 10111100 | 1000100 | 11011011 | 1110 | 1000101 | 0 | 1110 | 100100000 | 1000100 | 111000 |
Color Harmonies of #BC44DB
Complementary color
Monochromatic Colors of #BC44DB
Black with #BC44DB
Text Example
Text Example
White with #BC44DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC44DB; }
p { color: rgb(188,68,219); }
H1.HeaderClassName
{
color: #BC44DB;
}
.AnyTagClassName
{
color: #BC44DB;
}
</style>
background-color css
<style>
a { background-color: #BC44DB; }
a { background-color: rgb(188,68,219); }
div.DivClassName
{
background-color: #BC44DB;
}
.BgClassName
{
background-color: #BC44DB;
}
</style>
border-color css
<style>
span { border-color: #BC44DB; }
span { border-color: rgb(188,68,219); }
td.TdClassName
{
border-color: #BC44DB;
}
.TagClassName
{
border-color: #BC44DB;
}
</style>