Shades of Medium Orchid #BC2FED
Tints of Medium Orchid #BC2FED
RGB
CMYK
RGB Variations
Color information
#BC2FED (or 0xBC2FED) is known color: Medium Orchid. HEX triplet: BC, 2F and ED. RGB value is (188,47,237). Sum of RGB (Red+Green+Blue) = 188+47+237=472 (62% of max value = 765). Red value is 188 (73.83% from 255 or 39.83% from 472); Green value is 47 (18.75% from 255 or 9.96% from 472); Blue value is 237 (92.97% from 255 or 50.21% from 472); Max value from RGB is 237 - color contains mainly: blue. Hex color #BC2FED is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #BC2FED is #43D012. Grayscale: #6E6E6E. Windows color (decimal): -4444179 or 15544252. OLE color: 15544252.
HSL color Cylindrical-coordinate representation of color #BC2FED: hue angle of 284.53º degrees, saturation: 0.84, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #BC2FED is Cyan = 0.21, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 188 | 47 | 237 | - |
| CMYK | 0.21 | 0.80 | 0 | 0.07 |
| HSL | 284.53º | 0.84% | 0.56% | - |
| HSV(B) | 284.53º | 0.8% | 0.93% | - |
| XYZ | 37.04 | 18.84 | 81.8 | - |
| YUV | 110.82 | 199.21 | 183.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 47 | 237 | 0.21 | 0.80 | 0 | 0.07 | 284.53 | 0.84 | 0.56 |
| Hex | BC | 2F | ED | 15 | 50 | 0 | 7 | 11D | 54 | 38 |
| Octal | 274 | 57 | 355 | 25 | 120 | 0 | 7 | 435 | 124 | 70 |
| Binary | 10111100 | 101111 | 11101101 | 10101 | 1010000 | 0 | 111 | 100011101 | 1010100 | 111000 |
Color Harmonies of #BC2FED
Complementary color
Monochromatic Colors of #BC2FED
Black with #BC2FED
Text Example
Text Example
White with #BC2FED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC2FED; }
p { color: rgb(188,47,237); }
H1.HeaderClassName
{
color: #BC2FED;
}
.AnyTagClassName
{
color: #BC2FED;
}
</style>
background-color css
<style>
a { background-color: #BC2FED; }
a { background-color: rgb(188,47,237); }
div.DivClassName
{
background-color: #BC2FED;
}
.BgClassName
{
background-color: #BC2FED;
}
</style>
border-color css
<style>
span { border-color: #BC2FED; }
span { border-color: rgb(188,47,237); }
td.TdClassName
{
border-color: #BC2FED;
}
.TagClassName
{
border-color: #BC2FED;
}
</style>