Shades of Medium Orchid #BF49CF
Tints of Medium Orchid #BF49CF
RGB
CMYK
RGB Variations
Color information
#BF49CF (or 0xBF49CF) is known color: Medium Orchid. HEX triplet: BF, 49 and CF. RGB value is (191,73,207). Sum of RGB (Red+Green+Blue) = 191+73+207=471 (62% of max value = 765). Red value is 191 (75% from 255 or 40.55% from 471); Green value is 73 (28.91% from 255 or 15.50% from 471); Blue value is 207 (81.25% from 255 or 43.95% from 471); Max value from RGB is 207 - color contains mainly: blue. Hex color #BF49CF is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #BF49CF is #40B630. Grayscale: #7B7B7B. Windows color (decimal): -4240945 or 13584831. OLE color: 13584831.
HSL color Cylindrical-coordinate representation of color #BF49CF: hue angle of 292.84º degrees, saturation: 0.58, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #BF49CF is Cyan = 0.08, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 191 | 73 | 207 | - |
| CMYK | 0.08 | 0.65 | 0 | 0.19 |
| HSL | 292.84º | 0.58% | 0.55% | - |
| HSV(B) | 292.84º | 0.65% | 0.81% | - |
| XYZ | 35.13 | 20.35 | 61.11 | - |
| YUV | 123.56 | 175.09 | 176.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 73 | 207 | 0.08 | 0.65 | 0 | 0.19 | 292.84 | 0.58 | 0.55 |
| Hex | BF | 49 | CF | 8 | 41 | 0 | 13 | 125 | 3A | 37 |
| Octal | 277 | 111 | 317 | 10 | 101 | 0 | 23 | 445 | 72 | 67 |
| Binary | 10111111 | 1001001 | 11001111 | 1000 | 1000001 | 0 | 10011 | 100100101 | 111010 | 110111 |
Color Harmonies of #BF49CF
Complementary color
Monochromatic Colors of #BF49CF
Black with #BF49CF
Text Example
Text Example
White with #BF49CF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BF49CF; }
p { color: rgb(191,73,207); }
H1.HeaderClassName
{
color: #BF49CF;
}
.AnyTagClassName
{
color: #BF49CF;
}
</style>
background-color css
<style>
a { background-color: #BF49CF; }
a { background-color: rgb(191,73,207); }
div.DivClassName
{
background-color: #BF49CF;
}
.BgClassName
{
background-color: #BF49CF;
}
</style>
border-color css
<style>
span { border-color: #BF49CF; }
span { border-color: rgb(191,73,207); }
td.TdClassName
{
border-color: #BF49CF;
}
.TagClassName
{
border-color: #BF49CF;
}
</style>