Shades of Medium Orchid #BC5FED
Tints of Medium Orchid #BC5FED
RGB
CMYK
RGB Variations
Color information
#BC5FED (or 0xBC5FED) is known color: Medium Orchid. HEX triplet: BC, 5F and ED. RGB value is (188,95,237). Sum of RGB (Red+Green+Blue) = 188+95+237=520 (68% of max value = 765). Red value is 188 (73.83% from 255 or 36.15% from 520); Green value is 95 (37.5% from 255 or 18.27% from 520); Blue value is 237 (92.97% from 255 or 45.58% from 520); Max value from RGB is 237 - color contains mainly: blue. Hex color #BC5FED is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #BC5FED is #43A012. Grayscale: #8A8A8A. Windows color (decimal): -4431891 or 15556540. OLE color: 15556540.
HSL color Cylindrical-coordinate representation of color #BC5FED: hue angle of 279.3º degrees, saturation: 0.8, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #BC5FED is Cyan = 0.21, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 188 | 95 | 237 | - |
| CMYK | 0.21 | 0.60 | 0 | 0.07 |
| HSL | 279.3º | 0.8% | 0.65% | - |
| HSV(B) | 279.3º | 0.6% | 0.93% | - |
| XYZ | 40.12 | 24.99 | 82.83 | - |
| YUV | 139 | 183.31 | 162.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 95 | 237 | 0.21 | 0.60 | 0 | 0.07 | 279.3 | 0.8 | 0.65 |
| Hex | BC | 5F | ED | 15 | 3C | 0 | 7 | 117 | 50 | 41 |
| Octal | 274 | 137 | 355 | 25 | 74 | 0 | 7 | 427 | 120 | 101 |
| Binary | 10111100 | 1011111 | 11101101 | 10101 | 111100 | 0 | 111 | 100010111 | 1010000 | 1000001 |
Color Harmonies of #BC5FED
Complementary color
Monochromatic Colors of #BC5FED
Black with #BC5FED
Text Example
Text Example
White with #BC5FED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC5FED; }
p { color: rgb(188,95,237); }
H1.HeaderClassName
{
color: #BC5FED;
}
.AnyTagClassName
{
color: #BC5FED;
}
</style>
background-color css
<style>
a { background-color: #BC5FED; }
a { background-color: rgb(188,95,237); }
div.DivClassName
{
background-color: #BC5FED;
}
.BgClassName
{
background-color: #BC5FED;
}
</style>
border-color css
<style>
span { border-color: #BC5FED; }
span { border-color: rgb(188,95,237); }
td.TdClassName
{
border-color: #BC5FED;
}
.TagClassName
{
border-color: #BC5FED;
}
</style>