Shades of Medium Orchid #BC5FEF
Tints of Medium Orchid #BC5FEF
RGB
CMYK
RGB Variations
Color information
#BC5FEF (or 0xBC5FEF) is known color: Medium Orchid. HEX triplet: BC, 5F and EF. RGB value is (188,95,239). Sum of RGB (Red+Green+Blue) = 188+95+239=522 (69% of max value = 765). Red value is 188 (73.83% from 255 or 36.02% from 522); Green value is 95 (37.5% from 255 or 18.20% from 522); Blue value is 239 (93.75% from 255 or 45.79% from 522); Max value from RGB is 239 - color contains mainly: blue. Hex color #BC5FEF is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #BC5FEF is #43A010. Grayscale: #8A8A8A. Windows color (decimal): -4431889 or 15687612. OLE color: 15687612.
HSL color Cylindrical-coordinate representation of color #BC5FEF: hue angle of 278.75º degrees, saturation: 0.82, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #BC5FEF is Cyan = 0.21, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 188 | 95 | 239 | - |
| CMYK | 0.21 | 0.60 | 0 | 0.06 |
| HSL | 278.75º | 0.82% | 0.65% | - |
| HSV(B) | 278.75º | 0.6% | 0.94% | - |
| XYZ | 40.41 | 25.11 | 84.38 | - |
| YUV | 139.22 | 184.31 | 162.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 95 | 239 | 0.21 | 0.60 | 0 | 0.06 | 278.75 | 0.82 | 0.65 |
| Hex | BC | 5F | EF | 15 | 3C | 0 | 6 | 117 | 52 | 41 |
| Octal | 274 | 137 | 357 | 25 | 74 | 0 | 6 | 427 | 122 | 101 |
| Binary | 10111100 | 1011111 | 11101111 | 10101 | 111100 | 0 | 110 | 100010111 | 1010010 | 1000001 |
Color Harmonies of #BC5FEF
Complementary color
Monochromatic Colors of #BC5FEF
Black with #BC5FEF
Text Example
Text Example
White with #BC5FEF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC5FEF; }
p { color: rgb(188,95,239); }
H1.HeaderClassName
{
color: #BC5FEF;
}
.AnyTagClassName
{
color: #BC5FEF;
}
</style>
background-color css
<style>
a { background-color: #BC5FEF; }
a { background-color: rgb(188,95,239); }
div.DivClassName
{
background-color: #BC5FEF;
}
.BgClassName
{
background-color: #BC5FEF;
}
</style>
border-color css
<style>
span { border-color: #BC5FEF; }
span { border-color: rgb(188,95,239); }
td.TdClassName
{
border-color: #BC5FEF;
}
.TagClassName
{
border-color: #BC5FEF;
}
</style>