Shades of Medium Orchid #BF49F0
Tints of Medium Orchid #BF49F0
RGB
CMYK
RGB Variations
Color information
#BF49F0 (or 0xBF49F0) is known color: Medium Orchid. HEX triplet: BF, 49 and F0. RGB value is (191,73,240). Sum of RGB (Red+Green+Blue) = 191+73+240=504 (66% of max value = 765). Red value is 191 (75% from 255 or 37.90% from 504); Green value is 73 (28.91% from 255 or 14.48% from 504); Blue value is 240 (94.14% from 255 or 47.62% from 504); Max value from RGB is 240 - color contains mainly: blue. Hex color #BF49F0 is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #BF49F0 is #40B60F. Grayscale: #7E7E7E. Windows color (decimal): -4240912 or 15747519. OLE color: 15747519.
HSL color Cylindrical-coordinate representation of color #BF49F0: hue angle of 282.4º degrees, saturation: 0.85, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #BF49F0 is Cyan = 0.20, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 191 | 73 | 240 | - |
| CMYK | 0.20 | 0.70 | 0 | 0.06 |
| HSL | 282.4º | 0.85% | 0.61% | - |
| HSV(B) | 282.4º | 0.7% | 0.94% | - |
| XYZ | 39.6 | 22.13 | 84.62 | - |
| YUV | 127.32 | 191.59 | 173.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 73 | 240 | 0.20 | 0.70 | 0 | 0.06 | 282.4 | 0.85 | 0.61 |
| Hex | BF | 49 | F0 | 14 | 46 | 0 | 6 | 11A | 55 | 3D |
| Octal | 277 | 111 | 360 | 24 | 106 | 0 | 6 | 432 | 125 | 75 |
| Binary | 10111111 | 1001001 | 11110000 | 10100 | 1000110 | 0 | 110 | 100011010 | 1010101 | 111101 |
Color Harmonies of #BF49F0
Complementary color
Monochromatic Colors of #BF49F0
Black with #BF49F0
Text Example
Text Example
White with #BF49F0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BF49F0; }
p { color: rgb(191,73,240); }
H1.HeaderClassName
{
color: #BF49F0;
}
.AnyTagClassName
{
color: #BF49F0;
}
</style>
background-color css
<style>
a { background-color: #BF49F0; }
a { background-color: rgb(191,73,240); }
div.DivClassName
{
background-color: #BF49F0;
}
.BgClassName
{
background-color: #BF49F0;
}
</style>
border-color css
<style>
span { border-color: #BF49F0; }
span { border-color: rgb(191,73,240); }
td.TdClassName
{
border-color: #BF49F0;
}
.TagClassName
{
border-color: #BF49F0;
}
</style>