Shades of Medium Orchid #BF41DF
Tints of Medium Orchid #BF41DF
RGB
CMYK
RGB Variations
Color information
#BF41DF (or 0xBF41DF) is known color: Medium Orchid. HEX triplet: BF, 41 and DF. RGB value is (191,65,223). Sum of RGB (Red+Green+Blue) = 191+65+223=479 (63% of max value = 765). Red value is 191 (75% from 255 or 39.87% from 479); Green value is 65 (25.78% from 255 or 13.57% from 479); Blue value is 223 (87.5% from 255 or 46.56% from 479); Max value from RGB is 223 - color contains mainly: blue. Hex color #BF41DF is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #BF41DF is #40BE20. Grayscale: #787878. Windows color (decimal): -4242977 or 14631359. OLE color: 14631359.
HSL color Cylindrical-coordinate representation of color #BF41DF: hue angle of 287.85º degrees, saturation: 0.71, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #BF41DF is Cyan = 0.14, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 191 | 65 | 223 | - |
| CMYK | 0.14 | 0.71 | 0 | 0.13 |
| HSL | 287.85º | 0.71% | 0.56% | - |
| HSV(B) | 287.85º | 0.71% | 0.87% | - |
| XYZ | 36.7 | 20.18 | 71.77 | - |
| YUV | 120.69 | 185.74 | 178.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 65 | 223 | 0.14 | 0.71 | 0 | 0.13 | 287.85 | 0.71 | 0.56 |
| Hex | BF | 41 | DF | E | 47 | 0 | D | 120 | 47 | 38 |
| Octal | 277 | 101 | 337 | 16 | 107 | 0 | 15 | 440 | 107 | 70 |
| Binary | 10111111 | 1000001 | 11011111 | 1110 | 1000111 | 0 | 1101 | 100100000 | 1000111 | 111000 |
Color Harmonies of #BF41DF
Complementary color
Monochromatic Colors of #BF41DF
Black with #BF41DF
Text Example
Text Example
White with #BF41DF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BF41DF; }
p { color: rgb(191,65,223); }
H1.HeaderClassName
{
color: #BF41DF;
}
.AnyTagClassName
{
color: #BF41DF;
}
</style>
background-color css
<style>
a { background-color: #BF41DF; }
a { background-color: rgb(191,65,223); }
div.DivClassName
{
background-color: #BF41DF;
}
.BgClassName
{
background-color: #BF41DF;
}
</style>
border-color css
<style>
span { border-color: #BF41DF; }
span { border-color: rgb(191,65,223); }
td.TdClassName
{
border-color: #BF41DF;
}
.TagClassName
{
border-color: #BF41DF;
}
</style>