Shades of Medium Orchid #BF49DD
Tints of Medium Orchid #BF49DD
RGB
CMYK
RGB Variations
Color information
#BF49DD (or 0xBF49DD) is known color: Medium Orchid. HEX triplet: BF, 49 and DD. RGB value is (191,73,221). Sum of RGB (Red+Green+Blue) = 191+73+221=485 (64% of max value = 765). Red value is 191 (75% from 255 or 39.38% from 485); Green value is 73 (28.91% from 255 or 15.05% from 485); Blue value is 221 (86.72% from 255 or 45.57% from 485); Max value from RGB is 221 - color contains mainly: blue. Hex color #BF49DD is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #BF49DD is #40B622. Grayscale: #7C7C7C. Windows color (decimal): -4240931 or 14502335. OLE color: 14502335.
HSL color Cylindrical-coordinate representation of color #BF49DD: hue angle of 287.84º degrees, saturation: 0.69, 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 #BF49DD is Cyan = 0.14, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 191 | 73 | 221 | - |
| CMYK | 0.14 | 0.67 | 0 | 0.13 |
| HSL | 287.84º | 0.69% | 0.58% | - |
| HSV(B) | 287.84º | 0.67% | 0.87% | - |
| XYZ | 36.92 | 21.06 | 70.53 | - |
| YUV | 125.15 | 182.09 | 174.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 73 | 221 | 0.14 | 0.67 | 0 | 0.13 | 287.84 | 0.69 | 0.58 |
| Hex | BF | 49 | DD | E | 43 | 0 | D | 120 | 45 | 3A |
| Octal | 277 | 111 | 335 | 16 | 103 | 0 | 15 | 440 | 105 | 72 |
| Binary | 10111111 | 1001001 | 11011101 | 1110 | 1000011 | 0 | 1101 | 100100000 | 1000101 | 111010 |
Color Harmonies of #BF49DD
Complementary color
Monochromatic Colors of #BF49DD
Black with #BF49DD
Text Example
Text Example
White with #BF49DD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BF49DD; }
p { color: rgb(191,73,221); }
H1.HeaderClassName
{
color: #BF49DD;
}
.AnyTagClassName
{
color: #BF49DD;
}
</style>
background-color css
<style>
a { background-color: #BF49DD; }
a { background-color: rgb(191,73,221); }
div.DivClassName
{
background-color: #BF49DD;
}
.BgClassName
{
background-color: #BF49DD;
}
</style>
border-color css
<style>
span { border-color: #BF49DD; }
span { border-color: rgb(191,73,221); }
td.TdClassName
{
border-color: #BF49DD;
}
.TagClassName
{
border-color: #BF49DD;
}
</style>