Shades of Medium Orchid #BC45DB
Tints of Medium Orchid #BC45DB
RGB
CMYK
RGB Variations
Color information
#BC45DB (or 0xBC45DB) is known color: Medium Orchid. HEX triplet: BC, 45 and DB. RGB value is (188,69,219). Sum of RGB (Red+Green+Blue) = 188+69+219=476 (63% of max value = 765). Red value is 188 (73.83% from 255 or 39.50% from 476); Green value is 69 (27.34% from 255 or 14.50% from 476); Blue value is 219 (85.94% from 255 or 46.01% from 476); Max value from RGB is 219 - color contains mainly: blue. Hex color #BC45DB is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #BC45DB is #43BA24. Grayscale: #797979. Windows color (decimal): -4438565 or 14370236. OLE color: 14370236.
HSL color Cylindrical-coordinate representation of color #BC45DB: hue angle of 287.6º degrees, saturation: 0.68, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #BC45DB is Cyan = 0.14, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 188 | 69 | 219 | - |
| CMYK | 0.14 | 0.68 | 0 | 0.14 |
| HSL | 287.6º | 0.68% | 0.56% | - |
| HSV(B) | 287.6º | 0.68% | 0.86% | - |
| XYZ | 35.65 | 20.06 | 69.01 | - |
| YUV | 121.68 | 182.92 | 175.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 69 | 219 | 0.14 | 0.68 | 0 | 0.14 | 287.6 | 0.68 | 0.56 |
| Hex | BC | 45 | DB | E | 44 | 0 | E | 120 | 44 | 38 |
| Octal | 274 | 105 | 333 | 16 | 104 | 0 | 16 | 440 | 104 | 70 |
| Binary | 10111100 | 1000101 | 11011011 | 1110 | 1000100 | 0 | 1110 | 100100000 | 1000100 | 111000 |
Color Harmonies of #BC45DB
Complementary color
Monochromatic Colors of #BC45DB
Black with #BC45DB
Text Example
Text Example
White with #BC45DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC45DB; }
p { color: rgb(188,69,219); }
H1.HeaderClassName
{
color: #BC45DB;
}
.AnyTagClassName
{
color: #BC45DB;
}
</style>
background-color css
<style>
a { background-color: #BC45DB; }
a { background-color: rgb(188,69,219); }
div.DivClassName
{
background-color: #BC45DB;
}
.BgClassName
{
background-color: #BC45DB;
}
</style>
border-color css
<style>
span { border-color: #BC45DB; }
span { border-color: rgb(188,69,219); }
td.TdClassName
{
border-color: #BC45DB;
}
.TagClassName
{
border-color: #BC45DB;
}
</style>