Shades of Medium Orchid #BF5FDF
Tints of Medium Orchid #BF5FDF
RGB
CMYK
RGB Variations
Color information
#BF5FDF (or 0xBF5FDF) is known color: Medium Orchid. HEX triplet: BF, 5F and DF. RGB value is (191,95,223). Sum of RGB (Red+Green+Blue) = 191+95+223=509 (67% of max value = 765). Red value is 191 (75% from 255 or 37.52% from 509); Green value is 95 (37.5% from 255 or 18.66% from 509); Blue value is 223 (87.5% from 255 or 43.81% from 509); Max value from RGB is 223 - color contains mainly: blue. Hex color #BF5FDF is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #BF5FDF is #40A020. Grayscale: #898989. Windows color (decimal): -4235297 or 14639039. OLE color: 14639039.
HSL color Cylindrical-coordinate representation of color #BF5FDF: hue angle of 285º degrees, saturation: 0.67, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #BF5FDF is Cyan = 0.14, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 191 | 95 | 223 | - |
| CMYK | 0.14 | 0.57 | 0 | 0.13 |
| HSL | 285º | 0.67% | 0.62% | - |
| HSV(B) | 285º | 0.57% | 0.87% | - |
| XYZ | 38.9 | 24.59 | 72.51 | - |
| YUV | 138.3 | 175.8 | 165.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 95 | 223 | 0.14 | 0.57 | 0 | 0.13 | 285 | 0.67 | 0.62 |
| Hex | BF | 5F | DF | E | 39 | 0 | D | 11D | 43 | 3E |
| Octal | 277 | 137 | 337 | 16 | 71 | 0 | 15 | 435 | 103 | 76 |
| Binary | 10111111 | 1011111 | 11011111 | 1110 | 111001 | 0 | 1101 | 100011101 | 1000011 | 111110 |
Color Harmonies of #BF5FDF
Complementary color
Monochromatic Colors of #BF5FDF
Black with #BF5FDF
Text Example
Text Example
White with #BF5FDF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BF5FDF; }
p { color: rgb(191,95,223); }
H1.HeaderClassName
{
color: #BF5FDF;
}
.AnyTagClassName
{
color: #BF5FDF;
}
</style>
background-color css
<style>
a { background-color: #BF5FDF; }
a { background-color: rgb(191,95,223); }
div.DivClassName
{
background-color: #BF5FDF;
}
.BgClassName
{
background-color: #BF5FDF;
}
</style>
border-color css
<style>
span { border-color: #BF5FDF; }
span { border-color: rgb(191,95,223); }
td.TdClassName
{
border-color: #BF5FDF;
}
.TagClassName
{
border-color: #BF5FDF;
}
</style>