Shades of Medium Orchid #BC37DB
Tints of Medium Orchid #BC37DB
RGB
CMYK
RGB Variations
Color information
#BC37DB (or 0xBC37DB) is known color: Medium Orchid. HEX triplet: BC, 37 and DB. RGB value is (188,55,219). Sum of RGB (Red+Green+Blue) = 188+55+219=462 (61% of max value = 765). Red value is 188 (73.83% from 255 or 40.69% from 462); Green value is 55 (21.88% from 255 or 11.90% from 462); Blue value is 219 (85.94% from 255 or 47.40% from 462); Max value from RGB is 219 - color contains mainly: blue. Hex color #BC37DB is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #BC37DB is #43C824. Grayscale: #707070. Windows color (decimal): -4442149 or 14366652. OLE color: 14366652.
HSL color Cylindrical-coordinate representation of color #BC37DB: hue angle of 288.66º degrees, saturation: 0.69, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #BC37DB is Cyan = 0.14, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 188 | 55 | 219 | - |
| CMYK | 0.14 | 0.75 | 0 | 0.14 |
| HSL | 288.66º | 0.69% | 0.54% | - |
| HSV(B) | 288.66º | 0.75% | 0.86% | - |
| XYZ | 34.89 | 18.54 | 68.76 | - |
| YUV | 113.46 | 187.56 | 181.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 55 | 219 | 0.14 | 0.75 | 0 | 0.14 | 288.66 | 0.69 | 0.54 |
| Hex | BC | 37 | DB | E | 4B | 0 | E | 121 | 45 | 36 |
| Octal | 274 | 67 | 333 | 16 | 113 | 0 | 16 | 441 | 105 | 66 |
| Binary | 10111100 | 110111 | 11011011 | 1110 | 1001011 | 0 | 1110 | 100100001 | 1000101 | 110110 |
Color Harmonies of #BC37DB
Complementary color
Monochromatic Colors of #BC37DB
Black with #BC37DB
Text Example
Text Example
White with #BC37DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC37DB; }
p { color: rgb(188,55,219); }
H1.HeaderClassName
{
color: #BC37DB;
}
.AnyTagClassName
{
color: #BC37DB;
}
</style>
background-color css
<style>
a { background-color: #BC37DB; }
a { background-color: rgb(188,55,219); }
div.DivClassName
{
background-color: #BC37DB;
}
.BgClassName
{
background-color: #BC37DB;
}
</style>
border-color css
<style>
span { border-color: #BC37DB; }
span { border-color: rgb(188,55,219); }
td.TdClassName
{
border-color: #BC37DB;
}
.TagClassName
{
border-color: #BC37DB;
}
</style>