Shades of Medium Orchid #BF2FEC
Tints of Medium Orchid #BF2FEC
RGB
CMYK
RGB Variations
Color information
#BF2FEC (or 0xBF2FEC) is known color: Medium Orchid. HEX triplet: BF, 2F and EC. RGB value is (191,47,236). Sum of RGB (Red+Green+Blue) = 191+47+236=474 (62% of max value = 765). Red value is 191 (75% from 255 or 40.30% from 474); Green value is 47 (18.75% from 255 or 9.92% from 474); Blue value is 236 (92.58% from 255 or 49.79% from 474); Max value from RGB is 236 - color contains mainly: blue. Hex color #BF2FEC is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #BF2FEC is #40D013. Grayscale: #6E6E6E. Windows color (decimal): -4247572 or 15478719. OLE color: 15478719.
HSL color Cylindrical-coordinate representation of color #BF2FEC: hue angle of 285.71º degrees, saturation: 0.83, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #BF2FEC is Cyan = 0.19, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 191 | 47 | 236 | - |
| CMYK | 0.19 | 0.80 | 0 | 0.07 |
| HSL | 285.71º | 0.83% | 0.55% | - |
| HSV(B) | 285.71º | 0.8% | 0.93% | - |
| XYZ | 37.64 | 19.17 | 81.07 | - |
| YUV | 111.6 | 198.21 | 184.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 47 | 236 | 0.19 | 0.80 | 0 | 0.07 | 285.71 | 0.83 | 0.55 |
| Hex | BF | 2F | EC | 13 | 50 | 0 | 7 | 11E | 53 | 37 |
| Octal | 277 | 57 | 354 | 23 | 120 | 0 | 7 | 436 | 123 | 67 |
| Binary | 10111111 | 101111 | 11101100 | 10011 | 1010000 | 0 | 111 | 100011110 | 1010011 | 110111 |
Color Harmonies of #BF2FEC
Complementary color
Monochromatic Colors of #BF2FEC
Black with #BF2FEC
Text Example
Text Example
White with #BF2FEC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BF2FEC; }
p { color: rgb(191,47,236); }
H1.HeaderClassName
{
color: #BF2FEC;
}
.AnyTagClassName
{
color: #BF2FEC;
}
</style>
background-color css
<style>
a { background-color: #BF2FEC; }
a { background-color: rgb(191,47,236); }
div.DivClassName
{
background-color: #BF2FEC;
}
.BgClassName
{
background-color: #BF2FEC;
}
</style>
border-color css
<style>
span { border-color: #BF2FEC; }
span { border-color: rgb(191,47,236); }
td.TdClassName
{
border-color: #BF2FEC;
}
.TagClassName
{
border-color: #BF2FEC;
}
</style>