Shades of Medium Orchid #BF61F1
Tints of Medium Orchid #BF61F1
RGB
CMYK
RGB Variations
Color information
#BF61F1 (or 0xBF61F1) is known color: Medium Orchid. HEX triplet: BF, 61 and F1. RGB value is (191,97,241). Sum of RGB (Red+Green+Blue) = 191+97+241=529 (70% of max value = 765). Red value is 191 (75% from 255 or 36.11% from 529); Green value is 97 (38.28% from 255 or 18.34% from 529); Blue value is 241 (94.53% from 255 or 45.56% from 529); Max value from RGB is 241 - color contains mainly: blue. Hex color #BF61F1 is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #BF61F1 is #409E0E. Grayscale: #8D8D8D. Windows color (decimal): -4234767 or 15819199. OLE color: 15819199.
HSL color Cylindrical-coordinate representation of color #BF61F1: hue angle of 279.17º degrees, saturation: 0.84, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #BF61F1 is Cyan = 0.21, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 191 | 97 | 241 | - |
| CMYK | 0.21 | 0.60 | 0 | 0.05 |
| HSL | 279.17º | 0.84% | 0.66% | - |
| HSV(B) | 279.17º | 0.6% | 0.95% | - |
| XYZ | 41.64 | 25.98 | 86.04 | - |
| YUV | 141.52 | 184.14 | 163.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 97 | 241 | 0.21 | 0.60 | 0 | 0.05 | 279.17 | 0.84 | 0.66 |
| Hex | BF | 61 | F1 | 15 | 3C | 0 | 5 | 117 | 54 | 42 |
| Octal | 277 | 141 | 361 | 25 | 74 | 0 | 5 | 427 | 124 | 102 |
| Binary | 10111111 | 1100001 | 11110001 | 10101 | 111100 | 0 | 101 | 100010111 | 1010100 | 1000010 |
Color Harmonies of #BF61F1
Complementary color
Monochromatic Colors of #BF61F1
Black with #BF61F1
Text Example
Text Example
White with #BF61F1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BF61F1; }
p { color: rgb(191,97,241); }
H1.HeaderClassName
{
color: #BF61F1;
}
.AnyTagClassName
{
color: #BF61F1;
}
</style>
background-color css
<style>
a { background-color: #BF61F1; }
a { background-color: rgb(191,97,241); }
div.DivClassName
{
background-color: #BF61F1;
}
.BgClassName
{
background-color: #BF61F1;
}
</style>
border-color css
<style>
span { border-color: #BF61F1; }
span { border-color: rgb(191,97,241); }
td.TdClassName
{
border-color: #BF61F1;
}
.TagClassName
{
border-color: #BF61F1;
}
</style>