Shades of Medium Orchid #BC71D4
Tints of Medium Orchid #BC71D4
RGB
CMYK
RGB Variations
Color information
#BC71D4 (or 0xBC71D4) is known color: Medium Orchid. HEX triplet: BC, 71 and D4. RGB value is (188,113,212). Sum of RGB (Red+Green+Blue) = 188+113+212=513 (67% of max value = 765). Red value is 188 (73.83% from 255 or 36.65% from 513); Green value is 113 (44.53% from 255 or 22.03% from 513); Blue value is 212 (83.20% from 255 or 41.33% from 513); Max value from RGB is 212 - color contains mainly: blue. Hex color #BC71D4 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #BC71D4 is #438E2B. Grayscale: #929292. Windows color (decimal): -4427308 or 13922748. OLE color: 13922748.
HSL color Cylindrical-coordinate representation of color #BC71D4: hue angle of 285.45º degrees, saturation: 0.54, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #BC71D4 is Cyan = 0.11, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 188 | 113 | 212 | - |
| CMYK | 0.11 | 0.47 | 0 | 0.17 |
| HSL | 285.45º | 0.54% | 0.64% | - |
| HSV(B) | 285.45º | 0.47% | 0.83% | - |
| XYZ | 38.53 | 27.26 | 65.52 | - |
| YUV | 146.71 | 164.85 | 157.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 113 | 212 | 0.11 | 0.47 | 0 | 0.17 | 285.45 | 0.54 | 0.64 |
| Hex | BC | 71 | D4 | B | 2F | 0 | 11 | 11D | 36 | 40 |
| Octal | 274 | 161 | 324 | 13 | 57 | 0 | 21 | 435 | 66 | 100 |
| Binary | 10111100 | 1110001 | 11010100 | 1011 | 101111 | 0 | 10001 | 100011101 | 110110 | 1000000 |
Color Harmonies of #BC71D4
Complementary color
Monochromatic Colors of #BC71D4
Black with #BC71D4
Text Example
Text Example
White with #BC71D4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC71D4; }
p { color: rgb(188,113,212); }
H1.HeaderClassName
{
color: #BC71D4;
}
.AnyTagClassName
{
color: #BC71D4;
}
</style>
background-color css
<style>
a { background-color: #BC71D4; }
a { background-color: rgb(188,113,212); }
div.DivClassName
{
background-color: #BC71D4;
}
.BgClassName
{
background-color: #BC71D4;
}
</style>
border-color css
<style>
span { border-color: #BC71D4; }
span { border-color: rgb(188,113,212); }
td.TdClassName
{
border-color: #BC71D4;
}
.TagClassName
{
border-color: #BC71D4;
}
</style>