Shades of Medium Orchid #BF49FF
Tints of Medium Orchid #BF49FF
RGB
CMYK
RGB Variations
Color information
#BF49FF (or 0xBF49FF) is known color: Medium Orchid. HEX triplet: BF, 49 and FF. RGB value is (191,73,255). Sum of RGB (Red+Green+Blue) = 191+73+255=519 (68% of max value = 765). Red value is 191 (75% from 255 or 36.80% from 519); Green value is 73 (28.91% from 255 or 14.07% from 519); Blue value is 255 (100% from 255 or 49.13% from 519); Max value from RGB is 255 - color contains mainly: blue. Hex color #BF49FF is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #BF49FF is #40B600. Grayscale: #808080. Windows color (decimal): -4240897 or 16730559. OLE color: 16730559.
HSL color Cylindrical-coordinate representation of color #BF49FF: hue angle of 278.9º degrees, saturation: 1, lightness: 0.64%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #BF49FF is Cyan = 0.25, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 191 | 73 | 255 | - |
| CMYK | 0.25 | 0.71 | 0 | 0 |
| HSL | 278.9º | 1% | 0.64% | - |
| HSV(B) | 278.9º | 0.71% | 1% | - |
| XYZ | 41.92 | 23.06 | 96.85 | - |
| YUV | 129.03 | 199.09 | 172.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 73 | 255 | 0.25 | 0.71 | 0 | 0 | 278.9 | 1 | 0.64 |
| Hex | BF | 49 | FF | 19 | 47 | 0 | 0 | 117 | 64 | 40 |
| Octal | 277 | 111 | 377 | 31 | 107 | 0 | 0 | 427 | 144 | 100 |
| Binary | 10111111 | 1001001 | 11111111 | 11001 | 1000111 | 0 | 0 | 100010111 | 1100100 | 1000000 |
Color Harmonies of #BF49FF
Complementary color
Monochromatic Colors of #BF49FF
Black with #BF49FF
Text Example
Text Example
White with #BF49FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BF49FF; }
p { color: rgb(191,73,255); }
H1.HeaderClassName
{
color: #BF49FF;
}
.AnyTagClassName
{
color: #BF49FF;
}
</style>
background-color css
<style>
a { background-color: #BF49FF; }
a { background-color: rgb(191,73,255); }
div.DivClassName
{
background-color: #BF49FF;
}
.BgClassName
{
background-color: #BF49FF;
}
</style>
border-color css
<style>
span { border-color: #BF49FF; }
span { border-color: rgb(191,73,255); }
td.TdClassName
{
border-color: #BF49FF;
}
.TagClassName
{
border-color: #BF49FF;
}
</style>