Shades of Medium Orchid #BC38DD
Tints of Medium Orchid #BC38DD
RGB
CMYK
RGB Variations
Color information
#BC38DD (or 0xBC38DD) is known color: Medium Orchid. HEX triplet: BC, 38 and DD. RGB value is (188,56,221). Sum of RGB (Red+Green+Blue) = 188+56+221=465 (61% of max value = 765). Red value is 188 (73.83% from 255 or 40.43% from 465); Green value is 56 (22.27% from 255 or 12.04% from 465); Blue value is 221 (86.72% from 255 or 47.53% from 465); Max value from RGB is 221 - color contains mainly: blue. Hex color #BC38DD is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #BC38DD is #43C722. Grayscale: #717171. Windows color (decimal): -4441891 or 14497980. OLE color: 14497980.
HSL color Cylindrical-coordinate representation of color #BC38DD: hue angle of 288º 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 #BC38DD is Cyan = 0.15, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 188 | 56 | 221 | - |
| CMYK | 0.15 | 0.75 | 0 | 0.13 |
| HSL | 288º | 0.71% | 0.54% | - |
| HSV(B) | 288º | 0.75% | 0.87% | - |
| XYZ | 35.2 | 18.74 | 70.17 | - |
| YUV | 114.28 | 188.23 | 180.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 56 | 221 | 0.15 | 0.75 | 0 | 0.13 | 288 | 0.71 | 0.54 |
| Hex | BC | 38 | DD | F | 4B | 0 | D | 120 | 47 | 36 |
| Octal | 274 | 70 | 335 | 17 | 113 | 0 | 15 | 440 | 107 | 66 |
| Binary | 10111100 | 111000 | 11011101 | 1111 | 1001011 | 0 | 1101 | 100100000 | 1000111 | 110110 |
Color Harmonies of #BC38DD
Complementary color
Monochromatic Colors of #BC38DD
Black with #BC38DD
Text Example
Text Example
White with #BC38DD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC38DD; }
p { color: rgb(188,56,221); }
H1.HeaderClassName
{
color: #BC38DD;
}
.AnyTagClassName
{
color: #BC38DD;
}
</style>
background-color css
<style>
a { background-color: #BC38DD; }
a { background-color: rgb(188,56,221); }
div.DivClassName
{
background-color: #BC38DD;
}
.BgClassName
{
background-color: #BC38DD;
}
</style>
border-color css
<style>
span { border-color: #BC38DD; }
span { border-color: rgb(188,56,221); }
td.TdClassName
{
border-color: #BC38DD;
}
.TagClassName
{
border-color: #BC38DD;
}
</style>