Shades of Medium Orchid #BC71E8
Tints of Medium Orchid #BC71E8
RGB
CMYK
RGB Variations
Color information
#BC71E8 (or 0xBC71E8) is known color: Medium Orchid. HEX triplet: BC, 71 and E8. RGB value is (188,113,232). Sum of RGB (Red+Green+Blue) = 188+113+232=533 (70% of max value = 765). Red value is 188 (73.83% from 255 or 35.27% from 533); Green value is 113 (44.53% from 255 or 21.20% from 533); Blue value is 232 (91.02% from 255 or 43.53% from 533); Max value from RGB is 232 - color contains mainly: blue. Hex color #BC71E8 is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #BC71E8 is #438E17. Grayscale: #949494. Windows color (decimal): -4427288 or 15233468. OLE color: 15233468.
HSL color Cylindrical-coordinate representation of color #BC71E8: hue angle of 277.82º degrees, saturation: 0.72, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #BC71E8 is Cyan = 0.19, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 188 | 113 | 232 | - |
| CMYK | 0.19 | 0.51 | 0 | 0.09 |
| HSL | 277.82º | 0.72% | 0.68% | - |
| HSV(B) | 277.82º | 0.51% | 0.91% | - |
| XYZ | 41.21 | 28.33 | 79.64 | - |
| YUV | 148.99 | 174.85 | 155.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 113 | 232 | 0.19 | 0.51 | 0 | 0.09 | 277.82 | 0.72 | 0.68 |
| Hex | BC | 71 | E8 | 13 | 33 | 0 | 9 | 116 | 48 | 44 |
| Octal | 274 | 161 | 350 | 23 | 63 | 0 | 11 | 426 | 110 | 104 |
| Binary | 10111100 | 1110001 | 11101000 | 10011 | 110011 | 0 | 1001 | 100010110 | 1001000 | 1000100 |
Color Harmonies of #BC71E8
Complementary color
Monochromatic Colors of #BC71E8
Black with #BC71E8
Text Example
Text Example
White with #BC71E8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC71E8; }
p { color: rgb(188,113,232); }
H1.HeaderClassName
{
color: #BC71E8;
}
.AnyTagClassName
{
color: #BC71E8;
}
</style>
background-color css
<style>
a { background-color: #BC71E8; }
a { background-color: rgb(188,113,232); }
div.DivClassName
{
background-color: #BC71E8;
}
.BgClassName
{
background-color: #BC71E8;
}
</style>
border-color css
<style>
span { border-color: #BC71E8; }
span { border-color: rgb(188,113,232); }
td.TdClassName
{
border-color: #BC71E8;
}
.TagClassName
{
border-color: #BC71E8;
}
</style>