Shades of Medium Orchid #BC71DD
Tints of Medium Orchid #BC71DD
RGB
CMYK
RGB Variations
Color information
#BC71DD (or 0xBC71DD) is known color: Medium Orchid. HEX triplet: BC, 71 and DD. RGB value is (188,113,221). Sum of RGB (Red+Green+Blue) = 188+113+221=522 (69% of max value = 765). Red value is 188 (73.83% from 255 or 36.02% from 522); Green value is 113 (44.53% from 255 or 21.65% from 522); Blue value is 221 (86.72% from 255 or 42.34% from 522); Max value from RGB is 221 - color contains mainly: blue. Hex color #BC71DD is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #BC71DD is #438E22. Grayscale: #939393. Windows color (decimal): -4427299 or 14512572. OLE color: 14512572.
HSL color Cylindrical-coordinate representation of color #BC71DD: hue angle of 281.67º degrees, saturation: 0.61, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #BC71DD is Cyan = 0.15, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 188 | 113 | 221 | - |
| CMYK | 0.15 | 0.49 | 0 | 0.13 |
| HSL | 281.67º | 0.61% | 0.65% | - |
| HSV(B) | 281.67º | 0.49% | 0.87% | - |
| XYZ | 39.7 | 27.72 | 71.67 | - |
| YUV | 147.74 | 169.35 | 156.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 113 | 221 | 0.15 | 0.49 | 0 | 0.13 | 281.67 | 0.61 | 0.65 |
| Hex | BC | 71 | DD | F | 31 | 0 | D | 11A | 3D | 41 |
| Octal | 274 | 161 | 335 | 17 | 61 | 0 | 15 | 432 | 75 | 101 |
| Binary | 10111100 | 1110001 | 11011101 | 1111 | 110001 | 0 | 1101 | 100011010 | 111101 | 1000001 |
Color Harmonies of #BC71DD
Complementary color
Monochromatic Colors of #BC71DD
Black with #BC71DD
Text Example
Text Example
White with #BC71DD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC71DD; }
p { color: rgb(188,113,221); }
H1.HeaderClassName
{
color: #BC71DD;
}
.AnyTagClassName
{
color: #BC71DD;
}
</style>
background-color css
<style>
a { background-color: #BC71DD; }
a { background-color: rgb(188,113,221); }
div.DivClassName
{
background-color: #BC71DD;
}
.BgClassName
{
background-color: #BC71DD;
}
</style>
border-color css
<style>
span { border-color: #BC71DD; }
span { border-color: rgb(188,113,221); }
td.TdClassName
{
border-color: #BC71DD;
}
.TagClassName
{
border-color: #BC71DD;
}
</style>