Shades of Medium Orchid #BF50F7
Tints of Medium Orchid #BF50F7
RGB
CMYK
RGB Variations
Color information
#BF50F7 (or 0xBF50F7) is known color: Medium Orchid. HEX triplet: BF, 50 and F7. RGB value is (191,80,247). Sum of RGB (Red+Green+Blue) = 191+80+247=518 (68% of max value = 765). Red value is 191 (75% from 255 or 36.87% from 518); Green value is 80 (31.64% from 255 or 15.44% from 518); Blue value is 247 (96.88% from 255 or 47.68% from 518); Max value from RGB is 247 - color contains mainly: blue. Hex color #BF50F7 is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #BF50F7 is #40AF08. Grayscale: #838383. Windows color (decimal): -4239113 or 16208063. OLE color: 16208063.
HSL color Cylindrical-coordinate representation of color #BF50F7: hue angle of 279.88º degrees, saturation: 0.91, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #BF50F7 is Cyan = 0.23, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 191 | 80 | 247 | - |
| CMYK | 0.23 | 0.68 | 0 | 0.03 |
| HSL | 279.88º | 0.91% | 0.64% | - |
| HSV(B) | 279.88º | 0.68% | 0.97% | - |
| XYZ | 41.14 | 23.53 | 90.37 | - |
| YUV | 132.23 | 192.77 | 169.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 80 | 247 | 0.23 | 0.68 | 0 | 0.03 | 279.88 | 0.91 | 0.64 |
| Hex | BF | 50 | F7 | 17 | 44 | 0 | 3 | 118 | 5B | 40 |
| Octal | 277 | 120 | 367 | 27 | 104 | 0 | 3 | 430 | 133 | 100 |
| Binary | 10111111 | 1010000 | 11110111 | 10111 | 1000100 | 0 | 11 | 100011000 | 1011011 | 1000000 |
Color Harmonies of #BF50F7
Complementary color
Monochromatic Colors of #BF50F7
Black with #BF50F7
Text Example
Text Example
White with #BF50F7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BF50F7; }
p { color: rgb(191,80,247); }
H1.HeaderClassName
{
color: #BF50F7;
}
.AnyTagClassName
{
color: #BF50F7;
}
</style>
background-color css
<style>
a { background-color: #BF50F7; }
a { background-color: rgb(191,80,247); }
div.DivClassName
{
background-color: #BF50F7;
}
.BgClassName
{
background-color: #BF50F7;
}
</style>
border-color css
<style>
span { border-color: #BF50F7; }
span { border-color: rgb(191,80,247); }
td.TdClassName
{
border-color: #BF50F7;
}
.TagClassName
{
border-color: #BF50F7;
}
</style>