Shades of Medium Orchid #BF40F9
Tints of Medium Orchid #BF40F9
RGB
CMYK
RGB Variations
Color information
#BF40F9 (or 0xBF40F9) is known color: Medium Orchid. HEX triplet: BF, 40 and F9. RGB value is (191,64,249). Sum of RGB (Red+Green+Blue) = 191+64+249=504 (66% of max value = 765). Red value is 191 (75% from 255 or 37.90% from 504); Green value is 64 (25.39% from 255 or 12.70% from 504); Blue value is 249 (97.66% from 255 or 49.40% from 504); Max value from RGB is 249 - color contains mainly: blue. Hex color #BF40F9 is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #BF40F9 is #40BF06. Grayscale: #7A7A7A. Windows color (decimal): -4243207 or 16335039. OLE color: 16335039.
HSL color Cylindrical-coordinate representation of color #BF40F9: hue angle of 281.19º degrees, saturation: 0.94, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #BF40F9 is Cyan = 0.23, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 191 | 64 | 249 | - |
| CMYK | 0.23 | 0.74 | 0 | 0.02 |
| HSL | 281.19º | 0.94% | 0.61% | - |
| HSV(B) | 281.19º | 0.74% | 0.98% | - |
| XYZ | 40.42 | 21.58 | 91.66 | - |
| YUV | 123.06 | 199.08 | 176.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 64 | 249 | 0.23 | 0.74 | 0 | 0.02 | 281.19 | 0.94 | 0.61 |
| Hex | BF | 40 | F9 | 17 | 4A | 0 | 2 | 119 | 5E | 3D |
| Octal | 277 | 100 | 371 | 27 | 112 | 0 | 2 | 431 | 136 | 75 |
| Binary | 10111111 | 1000000 | 11111001 | 10111 | 1001010 | 0 | 10 | 100011001 | 1011110 | 111101 |
Color Harmonies of #BF40F9
Complementary color
Monochromatic Colors of #BF40F9
Black with #BF40F9
Text Example
Text Example
White with #BF40F9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BF40F9; }
p { color: rgb(191,64,249); }
H1.HeaderClassName
{
color: #BF40F9;
}
.AnyTagClassName
{
color: #BF40F9;
}
</style>
background-color css
<style>
a { background-color: #BF40F9; }
a { background-color: rgb(191,64,249); }
div.DivClassName
{
background-color: #BF40F9;
}
.BgClassName
{
background-color: #BF40F9;
}
</style>
border-color css
<style>
span { border-color: #BF40F9; }
span { border-color: rgb(191,64,249); }
td.TdClassName
{
border-color: #BF40F9;
}
.TagClassName
{
border-color: #BF40F9;
}
</style>