Shades of Medium Orchid #BF4DDF
Tints of Medium Orchid #BF4DDF
RGB
CMYK
RGB Variations
Color information
#BF4DDF (or 0xBF4DDF) is known color: Medium Orchid. HEX triplet: BF, 4D and DF. RGB value is (191,77,223). Sum of RGB (Red+Green+Blue) = 191+77+223=491 (65% of max value = 765). Red value is 191 (75% from 255 or 38.90% from 491); Green value is 77 (30.47% from 255 or 15.68% from 491); Blue value is 223 (87.5% from 255 or 45.42% from 491); Max value from RGB is 223 - color contains mainly: blue. Hex color #BF4DDF is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #BF4DDF is #40B220. Grayscale: #7F7F7F. Windows color (decimal): -4239905 or 14634431. OLE color: 14634431.
HSL color Cylindrical-coordinate representation of color #BF4DDF: hue angle of 286.85º degrees, saturation: 0.7, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #BF4DDF is Cyan = 0.14, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 191 | 77 | 223 | - |
| CMYK | 0.14 | 0.65 | 0 | 0.13 |
| HSL | 286.85º | 0.7% | 0.59% | - |
| HSV(B) | 286.85º | 0.65% | 0.87% | - |
| XYZ | 37.46 | 21.71 | 72.03 | - |
| YUV | 127.73 | 181.77 | 173.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 77 | 223 | 0.14 | 0.65 | 0 | 0.13 | 286.85 | 0.7 | 0.59 |
| Hex | BF | 4D | DF | E | 41 | 0 | D | 11F | 46 | 3B |
| Octal | 277 | 115 | 337 | 16 | 101 | 0 | 15 | 437 | 106 | 73 |
| Binary | 10111111 | 1001101 | 11011111 | 1110 | 1000001 | 0 | 1101 | 100011111 | 1000110 | 111011 |
Color Harmonies of #BF4DDF
Complementary color
Monochromatic Colors of #BF4DDF
Black with #BF4DDF
Text Example
Text Example
White with #BF4DDF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BF4DDF; }
p { color: rgb(191,77,223); }
H1.HeaderClassName
{
color: #BF4DDF;
}
.AnyTagClassName
{
color: #BF4DDF;
}
</style>
background-color css
<style>
a { background-color: #BF4DDF; }
a { background-color: rgb(191,77,223); }
div.DivClassName
{
background-color: #BF4DDF;
}
.BgClassName
{
background-color: #BF4DDF;
}
</style>
border-color css
<style>
span { border-color: #BF4DDF; }
span { border-color: rgb(191,77,223); }
td.TdClassName
{
border-color: #BF4DDF;
}
.TagClassName
{
border-color: #BF4DDF;
}
</style>