Shades of Medium Orchid #BC37DD
Tints of Medium Orchid #BC37DD
RGB
CMYK
RGB Variations
Color information
#BC37DD (or 0xBC37DD) is known color: Medium Orchid. HEX triplet: BC, 37 and DD. RGB value is (188,55,221). Sum of RGB (Red+Green+Blue) = 188+55+221=464 (61% of max value = 765). Red value is 188 (73.83% from 255 or 40.52% from 464); Green value is 55 (21.88% from 255 or 11.85% from 464); Blue value is 221 (86.72% from 255 or 47.63% from 464); Max value from RGB is 221 - color contains mainly: blue. Hex color #BC37DD is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #BC37DD is #43C822. Grayscale: #717171. Windows color (decimal): -4442147 or 14497724. OLE color: 14497724.
HSL color Cylindrical-coordinate representation of color #BC37DD: hue angle of 288.07º degrees, saturation: 0.71, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #BC37DD is Cyan = 0.15, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 188 | 55 | 221 | - |
| CMYK | 0.15 | 0.75 | 0 | 0.13 |
| HSL | 288.07º | 0.71% | 0.54% | - |
| HSV(B) | 288.07º | 0.75% | 0.87% | - |
| XYZ | 35.16 | 18.64 | 70.15 | - |
| YUV | 113.69 | 188.56 | 181 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 55 | 221 | 0.15 | 0.75 | 0 | 0.13 | 288.07 | 0.71 | 0.54 |
| Hex | BC | 37 | DD | F | 4B | 0 | D | 120 | 47 | 36 |
| Octal | 274 | 67 | 335 | 17 | 113 | 0 | 15 | 440 | 107 | 66 |
| Binary | 10111100 | 110111 | 11011101 | 1111 | 1001011 | 0 | 1101 | 100100000 | 1000111 | 110110 |
Color Harmonies of #BC37DD
Complementary color
Monochromatic Colors of #BC37DD
Black with #BC37DD
Text Example
Text Example
White with #BC37DD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC37DD; }
p { color: rgb(188,55,221); }
H1.HeaderClassName
{
color: #BC37DD;
}
.AnyTagClassName
{
color: #BC37DD;
}
</style>
background-color css
<style>
a { background-color: #BC37DD; }
a { background-color: rgb(188,55,221); }
div.DivClassName
{
background-color: #BC37DD;
}
.BgClassName
{
background-color: #BC37DD;
}
</style>
border-color css
<style>
span { border-color: #BC37DD; }
span { border-color: rgb(188,55,221); }
td.TdClassName
{
border-color: #BC37DD;
}
.TagClassName
{
border-color: #BC37DD;
}
</style>