Shades of Medium Orchid #BC33DB
Tints of Medium Orchid #BC33DB
RGB
CMYK
RGB Variations
Color information
#BC33DB (or 0xBC33DB) is known color: Medium Orchid. HEX triplet: BC, 33 and DB. RGB value is (188,51,219). Sum of RGB (Red+Green+Blue) = 188+51+219=458 (60% of max value = 765). Red value is 188 (73.83% from 255 or 41.05% from 458); Green value is 51 (20.31% from 255 or 11.14% from 458); Blue value is 219 (85.94% from 255 or 47.82% from 458); Max value from RGB is 219 - color contains mainly: blue. Hex color #BC33DB is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #BC33DB is #43CC24. Grayscale: #6E6E6E. Windows color (decimal): -4443173 or 14365628. OLE color: 14365628.
HSL color Cylindrical-coordinate representation of color #BC33DB: hue angle of 288.93º degrees, saturation: 0.7, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #BC33DB is Cyan = 0.14, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 188 | 51 | 219 | - |
| CMYK | 0.14 | 0.77 | 0 | 0.14 |
| HSL | 288.93º | 0.7% | 0.53% | - |
| HSV(B) | 288.93º | 0.77% | 0.86% | - |
| XYZ | 34.71 | 18.17 | 68.7 | - |
| YUV | 111.12 | 188.89 | 182.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 51 | 219 | 0.14 | 0.77 | 0 | 0.14 | 288.93 | 0.7 | 0.53 |
| Hex | BC | 33 | DB | E | 4D | 0 | E | 121 | 46 | 35 |
| Octal | 274 | 63 | 333 | 16 | 115 | 0 | 16 | 441 | 106 | 65 |
| Binary | 10111100 | 110011 | 11011011 | 1110 | 1001101 | 0 | 1110 | 100100001 | 1000110 | 110101 |
Color Harmonies of #BC33DB
Complementary color
Monochromatic Colors of #BC33DB
Black with #BC33DB
Text Example
Text Example
White with #BC33DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC33DB; }
p { color: rgb(188,51,219); }
H1.HeaderClassName
{
color: #BC33DB;
}
.AnyTagClassName
{
color: #BC33DB;
}
</style>
background-color css
<style>
a { background-color: #BC33DB; }
a { background-color: rgb(188,51,219); }
div.DivClassName
{
background-color: #BC33DB;
}
.BgClassName
{
background-color: #BC33DB;
}
</style>
border-color css
<style>
span { border-color: #BC33DB; }
span { border-color: rgb(188,51,219); }
td.TdClassName
{
border-color: #BC33DB;
}
.TagClassName
{
border-color: #BC33DB;
}
</style>