Shades of Medium Orchid #BC71D2
Tints of Medium Orchid #BC71D2
RGB
CMYK
RGB Variations
Color information
#BC71D2 (or 0xBC71D2) is known color: Medium Orchid. HEX triplet: BC, 71 and D2. RGB value is (188,113,210). Sum of RGB (Red+Green+Blue) = 188+113+210=511 (67% of max value = 765). Red value is 188 (73.83% from 255 or 36.79% from 511); Green value is 113 (44.53% from 255 or 22.11% from 511); Blue value is 210 (82.42% from 255 or 41.10% from 511); Max value from RGB is 210 - color contains mainly: blue. Hex color #BC71D2 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #BC71D2 is #438E2D. Grayscale: #929292. Windows color (decimal): -4427310 or 13791676. OLE color: 13791676.
HSL color Cylindrical-coordinate representation of color #BC71D2: hue angle of 286.39º degrees, saturation: 0.52, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #BC71D2 is Cyan = 0.10, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 188 | 113 | 210 | - |
| CMYK | 0.10 | 0.46 | 0 | 0.18 |
| HSL | 286.39º | 0.52% | 0.63% | - |
| HSV(B) | 286.39º | 0.46% | 0.82% | - |
| XYZ | 38.28 | 27.15 | 64.2 | - |
| YUV | 146.48 | 163.85 | 157.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 113 | 210 | 0.10 | 0.46 | 0 | 0.18 | 286.39 | 0.52 | 0.63 |
| Hex | BC | 71 | D2 | A | 2E | 0 | 12 | 11E | 34 | 3F |
| Octal | 274 | 161 | 322 | 12 | 56 | 0 | 22 | 436 | 64 | 77 |
| Binary | 10111100 | 1110001 | 11010010 | 1010 | 101110 | 0 | 10010 | 100011110 | 110100 | 111111 |
Color Harmonies of #BC71D2
Complementary color
Monochromatic Colors of #BC71D2
Black with #BC71D2
Text Example
Text Example
White with #BC71D2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC71D2; }
p { color: rgb(188,113,210); }
H1.HeaderClassName
{
color: #BC71D2;
}
.AnyTagClassName
{
color: #BC71D2;
}
</style>
background-color css
<style>
a { background-color: #BC71D2; }
a { background-color: rgb(188,113,210); }
div.DivClassName
{
background-color: #BC71D2;
}
.BgClassName
{
background-color: #BC71D2;
}
</style>
border-color css
<style>
span { border-color: #BC71D2; }
span { border-color: rgb(188,113,210); }
td.TdClassName
{
border-color: #BC71D2;
}
.TagClassName
{
border-color: #BC71D2;
}
</style>