Shades of Medium Orchid #BF79DF
Tints of Medium Orchid #BF79DF
RGB
CMYK
RGB Variations
Color information
#BF79DF (or 0xBF79DF) is known color: Medium Orchid. HEX triplet: BF, 79 and DF. RGB value is (191,121,223). Sum of RGB (Red+Green+Blue) = 191+121+223=535 (70% of max value = 765). Red value is 191 (75% from 255 or 35.70% from 535); Green value is 121 (47.66% from 255 or 22.62% from 535); Blue value is 223 (87.5% from 255 or 41.68% from 535); Max value from RGB is 223 - color contains mainly: blue. Hex color #BF79DF is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #BF79DF is #408620. Grayscale: #999999. Windows color (decimal): -4228641 or 14645695. OLE color: 14645695.
HSL color Cylindrical-coordinate representation of color #BF79DF: hue angle of 281.18º degrees, saturation: 0.61, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #BF79DF is Cyan = 0.14, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 191 | 121 | 223 | - |
| CMYK | 0.14 | 0.46 | 0 | 0.13 |
| HSL | 281.18º | 0.61% | 0.67% | - |
| HSV(B) | 281.18º | 0.46% | 0.87% | - |
| XYZ | 41.64 | 30.08 | 73.42 | - |
| YUV | 153.56 | 167.19 | 154.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 121 | 223 | 0.14 | 0.46 | 0 | 0.13 | 281.18 | 0.61 | 0.67 |
| Hex | BF | 79 | DF | E | 2E | 0 | D | 119 | 3D | 43 |
| Octal | 277 | 171 | 337 | 16 | 56 | 0 | 15 | 431 | 75 | 103 |
| Binary | 10111111 | 1111001 | 11011111 | 1110 | 101110 | 0 | 1101 | 100011001 | 111101 | 1000011 |
Color Harmonies of #BF79DF
Complementary color
Monochromatic Colors of #BF79DF
Black with #BF79DF
Text Example
Text Example
White with #BF79DF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BF79DF; }
p { color: rgb(191,121,223); }
H1.HeaderClassName
{
color: #BF79DF;
}
.AnyTagClassName
{
color: #BF79DF;
}
</style>
background-color css
<style>
a { background-color: #BF79DF; }
a { background-color: rgb(191,121,223); }
div.DivClassName
{
background-color: #BF79DF;
}
.BgClassName
{
background-color: #BF79DF;
}
</style>
border-color css
<style>
span { border-color: #BF79DF; }
span { border-color: rgb(191,121,223); }
td.TdClassName
{
border-color: #BF79DF;
}
.TagClassName
{
border-color: #BF79DF;
}
</style>