Shades of Medium Orchid #BF2FED
Tints of Medium Orchid #BF2FED
RGB
CMYK
RGB Variations
Color information
#BF2FED (or 0xBF2FED) is known color: Medium Orchid. HEX triplet: BF, 2F and ED. RGB value is (191,47,237). Sum of RGB (Red+Green+Blue) = 191+47+237=475 (62% of max value = 765). Red value is 191 (75% from 255 or 40.21% from 475); Green value is 47 (18.75% from 255 or 9.89% from 475); Blue value is 237 (92.97% from 255 or 49.89% from 475); Max value from RGB is 237 - color contains mainly: blue. Hex color #BF2FED is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #BF2FED is #40D012. Grayscale: #6F6F6F. Windows color (decimal): -4247571 or 15544255. OLE color: 15544255.
HSL color Cylindrical-coordinate representation of color #BF2FED: hue angle of 285.47º 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 #BF2FED is Cyan = 0.19, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 191 | 47 | 237 | - |
| CMYK | 0.19 | 0.80 | 0 | 0.07 |
| HSL | 285.47º | 0.84% | 0.56% | - |
| HSV(B) | 285.47º | 0.8% | 0.93% | - |
| XYZ | 37.79 | 19.22 | 81.84 | - |
| YUV | 111.72 | 198.71 | 184.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 47 | 237 | 0.19 | 0.80 | 0 | 0.07 | 285.47 | 0.84 | 0.56 |
| Hex | BF | 2F | ED | 13 | 50 | 0 | 7 | 11D | 54 | 38 |
| Octal | 277 | 57 | 355 | 23 | 120 | 0 | 7 | 435 | 124 | 70 |
| Binary | 10111111 | 101111 | 11101101 | 10011 | 1010000 | 0 | 111 | 100011101 | 1010100 | 111000 |
Color Harmonies of #BF2FED
Complementary color
Monochromatic Colors of #BF2FED
Black with #BF2FED
Text Example
Text Example
White with #BF2FED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BF2FED; }
p { color: rgb(191,47,237); }
H1.HeaderClassName
{
color: #BF2FED;
}
.AnyTagClassName
{
color: #BF2FED;
}
</style>
background-color css
<style>
a { background-color: #BF2FED; }
a { background-color: rgb(191,47,237); }
div.DivClassName
{
background-color: #BF2FED;
}
.BgClassName
{
background-color: #BF2FED;
}
</style>
border-color css
<style>
span { border-color: #BF2FED; }
span { border-color: rgb(191,47,237); }
td.TdClassName
{
border-color: #BF2FED;
}
.TagClassName
{
border-color: #BF2FED;
}
</style>