Shades of Medium Orchid #BF56DF
Tints of Medium Orchid #BF56DF
RGB
CMYK
RGB Variations
Color information
#BF56DF (or 0xBF56DF) is known color: Medium Orchid. HEX triplet: BF, 56 and DF. RGB value is (191,86,223). Sum of RGB (Red+Green+Blue) = 191+86+223=500 (66% of max value = 765). Red value is 191 (75% from 255 or 38.2% from 500); Green value is 86 (33.98% from 255 or 17.2% from 500); Blue value is 223 (87.5% from 255 or 44.6% from 500); Max value from RGB is 223 - color contains mainly: blue. Hex color #BF56DF is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #BF56DF is #40A920. Grayscale: #848484. Windows color (decimal): -4237601 or 14636735. OLE color: 14636735.
HSL color Cylindrical-coordinate representation of color #BF56DF: hue angle of 285.99º degrees, saturation: 0.68, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #BF56DF is Cyan = 0.14, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 191 | 86 | 223 | - |
| CMYK | 0.14 | 0.61 | 0 | 0.13 |
| HSL | 285.99º | 0.68% | 0.61% | - |
| HSV(B) | 285.99º | 0.61% | 0.87% | - |
| XYZ | 38.13 | 23.06 | 72.25 | - |
| YUV | 133.01 | 178.79 | 169.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 86 | 223 | 0.14 | 0.61 | 0 | 0.13 | 285.99 | 0.68 | 0.61 |
| Hex | BF | 56 | DF | E | 3D | 0 | D | 11E | 44 | 3D |
| Octal | 277 | 126 | 337 | 16 | 75 | 0 | 15 | 436 | 104 | 75 |
| Binary | 10111111 | 1010110 | 11011111 | 1110 | 111101 | 0 | 1101 | 100011110 | 1000100 | 111101 |
Color Harmonies of #BF56DF
Complementary color
Monochromatic Colors of #BF56DF
Black with #BF56DF
Text Example
Text Example
White with #BF56DF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BF56DF; }
p { color: rgb(191,86,223); }
H1.HeaderClassName
{
color: #BF56DF;
}
.AnyTagClassName
{
color: #BF56DF;
}
</style>
background-color css
<style>
a { background-color: #BF56DF; }
a { background-color: rgb(191,86,223); }
div.DivClassName
{
background-color: #BF56DF;
}
.BgClassName
{
background-color: #BF56DF;
}
</style>
border-color css
<style>
span { border-color: #BF56DF; }
span { border-color: rgb(191,86,223); }
td.TdClassName
{
border-color: #BF56DF;
}
.TagClassName
{
border-color: #BF56DF;
}
</style>