Shades of Medium Orchid #BF49DF
Tints of Medium Orchid #BF49DF
RGB
CMYK
RGB Variations
Color information
#BF49DF (or 0xBF49DF) is known color: Medium Orchid. HEX triplet: BF, 49 and DF. RGB value is (191,73,223). Sum of RGB (Red+Green+Blue) = 191+73+223=487 (64% of max value = 765). Red value is 191 (75% from 255 or 39.22% from 487); Green value is 73 (28.91% from 255 or 14.99% from 487); Blue value is 223 (87.5% from 255 or 45.79% from 487); Max value from RGB is 223 - color contains mainly: blue. Hex color #BF49DF is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #BF49DF is #40B620. Grayscale: #7C7C7C. Windows color (decimal): -4240929 or 14633407. OLE color: 14633407.
HSL color Cylindrical-coordinate representation of color #BF49DF: hue angle of 287.2º degrees, saturation: 0.7, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #BF49DF is Cyan = 0.14, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 191 | 73 | 223 | - |
| CMYK | 0.14 | 0.67 | 0 | 0.13 |
| HSL | 287.2º | 0.7% | 0.58% | - |
| HSV(B) | 287.2º | 0.67% | 0.87% | - |
| XYZ | 37.19 | 21.17 | 71.94 | - |
| YUV | 125.38 | 183.09 | 174.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 73 | 223 | 0.14 | 0.67 | 0 | 0.13 | 287.2 | 0.7 | 0.58 |
| Hex | BF | 49 | DF | E | 43 | 0 | D | 11F | 46 | 3A |
| Octal | 277 | 111 | 337 | 16 | 103 | 0 | 15 | 437 | 106 | 72 |
| Binary | 10111111 | 1001001 | 11011111 | 1110 | 1000011 | 0 | 1101 | 100011111 | 1000110 | 111010 |
Color Harmonies of #BF49DF
Complementary color
Monochromatic Colors of #BF49DF
Black with #BF49DF
Text Example
Text Example
White with #BF49DF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BF49DF; }
p { color: rgb(191,73,223); }
H1.HeaderClassName
{
color: #BF49DF;
}
.AnyTagClassName
{
color: #BF49DF;
}
</style>
background-color css
<style>
a { background-color: #BF49DF; }
a { background-color: rgb(191,73,223); }
div.DivClassName
{
background-color: #BF49DF;
}
.BgClassName
{
background-color: #BF49DF;
}
</style>
border-color css
<style>
span { border-color: #BF49DF; }
span { border-color: rgb(191,73,223); }
td.TdClassName
{
border-color: #BF49DF;
}
.TagClassName
{
border-color: #BF49DF;
}
</style>