Shades of Medium Orchid #BF61DF
Tints of Medium Orchid #BF61DF
RGB
CMYK
RGB Variations
Color information
#BF61DF (or 0xBF61DF) is known color: Medium Orchid. HEX triplet: BF, 61 and DF. RGB value is (191,97,223). Sum of RGB (Red+Green+Blue) = 191+97+223=511 (67% of max value = 765). Red value is 191 (75% from 255 or 37.38% from 511); Green value is 97 (38.28% from 255 or 18.98% from 511); Blue value is 223 (87.5% from 255 or 43.64% from 511); Max value from RGB is 223 - color contains mainly: blue. Hex color #BF61DF is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #BF61DF is #409E20. Grayscale: #8B8B8B. Windows color (decimal): -4234785 or 14639551. OLE color: 14639551.
HSL color Cylindrical-coordinate representation of color #BF61DF: hue angle of 284.76º degrees, saturation: 0.66, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #BF61DF is Cyan = 0.14, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 191 | 97 | 223 | - |
| CMYK | 0.14 | 0.57 | 0 | 0.13 |
| HSL | 284.76º | 0.66% | 0.63% | - |
| HSV(B) | 284.76º | 0.57% | 0.87% | - |
| XYZ | 39.08 | 24.95 | 72.57 | - |
| YUV | 139.47 | 175.14 | 164.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 97 | 223 | 0.14 | 0.57 | 0 | 0.13 | 284.76 | 0.66 | 0.63 |
| Hex | BF | 61 | DF | E | 39 | 0 | D | 11D | 42 | 3F |
| Octal | 277 | 141 | 337 | 16 | 71 | 0 | 15 | 435 | 102 | 77 |
| Binary | 10111111 | 1100001 | 11011111 | 1110 | 111001 | 0 | 1101 | 100011101 | 1000010 | 111111 |
Color Harmonies of #BF61DF
Complementary color
Monochromatic Colors of #BF61DF
Black with #BF61DF
Text Example
Text Example
White with #BF61DF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BF61DF; }
p { color: rgb(191,97,223); }
H1.HeaderClassName
{
color: #BF61DF;
}
.AnyTagClassName
{
color: #BF61DF;
}
</style>
background-color css
<style>
a { background-color: #BF61DF; }
a { background-color: rgb(191,97,223); }
div.DivClassName
{
background-color: #BF61DF;
}
.BgClassName
{
background-color: #BF61DF;
}
</style>
border-color css
<style>
span { border-color: #BF61DF; }
span { border-color: rgb(191,97,223); }
td.TdClassName
{
border-color: #BF61DF;
}
.TagClassName
{
border-color: #BF61DF;
}
</style>