Shades of Medium Orchid #BC5FDE
Tints of Medium Orchid #BC5FDE
RGB
CMYK
RGB Variations
Color information
#BC5FDE (or 0xBC5FDE) is known color: Medium Orchid. HEX triplet: BC, 5F and DE. RGB value is (188,95,222). Sum of RGB (Red+Green+Blue) = 188+95+222=505 (66% of max value = 765). Red value is 188 (73.83% from 255 or 37.23% from 505); Green value is 95 (37.5% from 255 or 18.81% from 505); Blue value is 222 (87.11% from 255 or 43.96% from 505); Max value from RGB is 222 - color contains mainly: blue. Hex color #BC5FDE is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #BC5FDE is #43A021. Grayscale: #888888. Windows color (decimal): -4431906 or 14573500. OLE color: 14573500.
HSL color Cylindrical-coordinate representation of color #BC5FDE: hue angle of 283.94º degrees, saturation: 0.66, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #BC5FDE is Cyan = 0.15, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 188 | 95 | 222 | - |
| CMYK | 0.15 | 0.57 | 0 | 0.13 |
| HSL | 283.94º | 0.66% | 0.62% | - |
| HSV(B) | 283.94º | 0.57% | 0.87% | - |
| XYZ | 38.02 | 24.15 | 71.76 | - |
| YUV | 137.29 | 175.81 | 164.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 95 | 222 | 0.15 | 0.57 | 0 | 0.13 | 283.94 | 0.66 | 0.62 |
| Hex | BC | 5F | DE | F | 39 | 0 | D | 11C | 42 | 3E |
| Octal | 274 | 137 | 336 | 17 | 71 | 0 | 15 | 434 | 102 | 76 |
| Binary | 10111100 | 1011111 | 11011110 | 1111 | 111001 | 0 | 1101 | 100011100 | 1000010 | 111110 |
Color Harmonies of #BC5FDE
Complementary color
Monochromatic Colors of #BC5FDE
Black with #BC5FDE
Text Example
Text Example
White with #BC5FDE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC5FDE; }
p { color: rgb(188,95,222); }
H1.HeaderClassName
{
color: #BC5FDE;
}
.AnyTagClassName
{
color: #BC5FDE;
}
</style>
background-color css
<style>
a { background-color: #BC5FDE; }
a { background-color: rgb(188,95,222); }
div.DivClassName
{
background-color: #BC5FDE;
}
.BgClassName
{
background-color: #BC5FDE;
}
</style>
border-color css
<style>
span { border-color: #BC5FDE; }
span { border-color: rgb(188,95,222); }
td.TdClassName
{
border-color: #BC5FDE;
}
.TagClassName
{
border-color: #BC5FDE;
}
</style>