Shades of Medium Orchid #BC38DB
Tints of Medium Orchid #BC38DB
RGB
CMYK
RGB Variations
Color information
#BC38DB (or 0xBC38DB) is known color: Medium Orchid. HEX triplet: BC, 38 and DB. RGB value is (188,56,219). Sum of RGB (Red+Green+Blue) = 188+56+219=463 (61% of max value = 765). Red value is 188 (73.83% from 255 or 40.60% from 463); Green value is 56 (22.27% from 255 or 12.10% from 463); Blue value is 219 (85.94% from 255 or 47.30% from 463); Max value from RGB is 219 - color contains mainly: blue. Hex color #BC38DB is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #BC38DB is #43C724. Grayscale: #717171. Windows color (decimal): -4441893 or 14366908. OLE color: 14366908.
HSL color Cylindrical-coordinate representation of color #BC38DB: hue angle of 288.59º degrees, saturation: 0.69, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #BC38DB is Cyan = 0.14, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 188 | 56 | 219 | - |
| CMYK | 0.14 | 0.74 | 0 | 0.14 |
| HSL | 288.59º | 0.69% | 0.54% | - |
| HSV(B) | 288.59º | 0.74% | 0.86% | - |
| XYZ | 34.94 | 18.63 | 68.77 | - |
| YUV | 114.05 | 187.23 | 180.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 56 | 219 | 0.14 | 0.74 | 0 | 0.14 | 288.59 | 0.69 | 0.54 |
| Hex | BC | 38 | DB | E | 4A | 0 | E | 121 | 45 | 36 |
| Octal | 274 | 70 | 333 | 16 | 112 | 0 | 16 | 441 | 105 | 66 |
| Binary | 10111100 | 111000 | 11011011 | 1110 | 1001010 | 0 | 1110 | 100100001 | 1000101 | 110110 |
Color Harmonies of #BC38DB
Complementary color
Monochromatic Colors of #BC38DB
Black with #BC38DB
Text Example
Text Example
White with #BC38DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC38DB; }
p { color: rgb(188,56,219); }
H1.HeaderClassName
{
color: #BC38DB;
}
.AnyTagClassName
{
color: #BC38DB;
}
</style>
background-color css
<style>
a { background-color: #BC38DB; }
a { background-color: rgb(188,56,219); }
div.DivClassName
{
background-color: #BC38DB;
}
.BgClassName
{
background-color: #BC38DB;
}
</style>
border-color css
<style>
span { border-color: #BC38DB; }
span { border-color: rgb(188,56,219); }
td.TdClassName
{
border-color: #BC38DB;
}
.TagClassName
{
border-color: #BC38DB;
}
</style>