Shades of Medium Orchid #BC2FEF
Tints of Medium Orchid #BC2FEF
RGB
CMYK
RGB Variations
Color information
#BC2FEF (or 0xBC2FEF) is known color: Medium Orchid. HEX triplet: BC, 2F and EF. RGB value is (188,47,239). Sum of RGB (Red+Green+Blue) = 188+47+239=474 (62% of max value = 765). Red value is 188 (73.83% from 255 or 39.66% from 474); Green value is 47 (18.75% from 255 or 9.92% from 474); Blue value is 239 (93.75% from 255 or 50.42% from 474); Max value from RGB is 239 - color contains mainly: blue. Hex color #BC2FEF is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #BC2FEF is #43D010. Grayscale: #6E6E6E. Windows color (decimal): -4444177 or 15675324. OLE color: 15675324.
HSL color Cylindrical-coordinate representation of color #BC2FEF: hue angle of 284.06º degrees, saturation: 0.86, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #BC2FEF is Cyan = 0.21, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 188 | 47 | 239 | - |
| CMYK | 0.21 | 0.80 | 0 | 0.06 |
| HSL | 284.06º | 0.86% | 0.56% | - |
| HSV(B) | 284.06º | 0.8% | 0.94% | - |
| XYZ | 37.34 | 18.96 | 83.35 | - |
| YUV | 111.05 | 200.21 | 182.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 47 | 239 | 0.21 | 0.80 | 0 | 0.06 | 284.06 | 0.86 | 0.56 |
| Hex | BC | 2F | EF | 15 | 50 | 0 | 6 | 11C | 56 | 38 |
| Octal | 274 | 57 | 357 | 25 | 120 | 0 | 6 | 434 | 126 | 70 |
| Binary | 10111100 | 101111 | 11101111 | 10101 | 1010000 | 0 | 110 | 100011100 | 1010110 | 111000 |
Color Harmonies of #BC2FEF
Complementary color
Monochromatic Colors of #BC2FEF
Black with #BC2FEF
Text Example
Text Example
White with #BC2FEF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC2FEF; }
p { color: rgb(188,47,239); }
H1.HeaderClassName
{
color: #BC2FEF;
}
.AnyTagClassName
{
color: #BC2FEF;
}
</style>
background-color css
<style>
a { background-color: #BC2FEF; }
a { background-color: rgb(188,47,239); }
div.DivClassName
{
background-color: #BC2FEF;
}
.BgClassName
{
background-color: #BC2FEF;
}
</style>
border-color css
<style>
span { border-color: #BC2FEF; }
span { border-color: rgb(188,47,239); }
td.TdClassName
{
border-color: #BC2FEF;
}
.TagClassName
{
border-color: #BC2FEF;
}
</style>