Shades of Medium Orchid #BC69DB
Tints of Medium Orchid #BC69DB
RGB
CMYK
RGB Variations
Color information
#BC69DB (or 0xBC69DB) is known color: Medium Orchid. HEX triplet: BC, 69 and DB. RGB value is (188,105,219). Sum of RGB (Red+Green+Blue) = 188+105+219=512 (67% of max value = 765). Red value is 188 (73.83% from 255 or 36.72% from 512); Green value is 105 (41.41% from 255 or 20.51% from 512); Blue value is 219 (85.94% from 255 or 42.77% from 512); Max value from RGB is 219 - color contains mainly: blue. Hex color #BC69DB is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #BC69DB is #439624. Grayscale: #8E8E8E. Windows color (decimal): -4429349 or 14379452. OLE color: 14379452.
HSL color Cylindrical-coordinate representation of color #BC69DB: hue angle of 283.68º degrees, saturation: 0.61, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #BC69DB is Cyan = 0.14, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 188 | 105 | 219 | - |
| CMYK | 0.14 | 0.52 | 0 | 0.14 |
| HSL | 283.68º | 0.61% | 0.64% | - |
| HSV(B) | 283.68º | 0.52% | 0.86% | - |
| XYZ | 38.58 | 25.91 | 69.99 | - |
| YUV | 142.81 | 171 | 160.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 105 | 219 | 0.14 | 0.52 | 0 | 0.14 | 283.68 | 0.61 | 0.64 |
| Hex | BC | 69 | DB | E | 34 | 0 | E | 11C | 3D | 40 |
| Octal | 274 | 151 | 333 | 16 | 64 | 0 | 16 | 434 | 75 | 100 |
| Binary | 10111100 | 1101001 | 11011011 | 1110 | 110100 | 0 | 1110 | 100011100 | 111101 | 1000000 |
Color Harmonies of #BC69DB
Complementary color
Monochromatic Colors of #BC69DB
Black with #BC69DB
Text Example
Text Example
White with #BC69DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC69DB; }
p { color: rgb(188,105,219); }
H1.HeaderClassName
{
color: #BC69DB;
}
.AnyTagClassName
{
color: #BC69DB;
}
</style>
background-color css
<style>
a { background-color: #BC69DB; }
a { background-color: rgb(188,105,219); }
div.DivClassName
{
background-color: #BC69DB;
}
.BgClassName
{
background-color: #BC69DB;
}
</style>
border-color css
<style>
span { border-color: #BC69DB; }
span { border-color: rgb(188,105,219); }
td.TdClassName
{
border-color: #BC69DB;
}
.TagClassName
{
border-color: #BC69DB;
}
</style>