Shades of Medium Orchid #BF41D0
Tints of Medium Orchid #BF41D0
RGB
CMYK
RGB Variations
Color information
#BF41D0 (or 0xBF41D0) is known color: Medium Orchid. HEX triplet: BF, 41 and D0. RGB value is (191,65,208). Sum of RGB (Red+Green+Blue) = 191+65+208=464 (61% of max value = 765). Red value is 191 (75% from 255 or 41.16% from 464); Green value is 65 (25.78% from 255 or 14.01% from 464); Blue value is 208 (81.64% from 255 or 44.83% from 464); Max value from RGB is 208 - color contains mainly: blue. Hex color #BF41D0 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #BF41D0 is #40BE2F. Grayscale: #767676. Windows color (decimal): -4242992 or 13648319. OLE color: 13648319.
HSL color Cylindrical-coordinate representation of color #BF41D0: hue angle of 292.87º degrees, saturation: 0.6, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #BF41D0 is Cyan = 0.08, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 191 | 65 | 208 | - |
| CMYK | 0.08 | 0.69 | 0 | 0.18 |
| HSL | 292.87º | 0.6% | 0.54% | - |
| HSV(B) | 292.87º | 0.69% | 0.82% | - |
| XYZ | 34.76 | 19.41 | 61.59 | - |
| YUV | 118.98 | 178.24 | 179.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 65 | 208 | 0.08 | 0.69 | 0 | 0.18 | 292.87 | 0.6 | 0.54 |
| Hex | BF | 41 | D0 | 8 | 45 | 0 | 12 | 125 | 3C | 36 |
| Octal | 277 | 101 | 320 | 10 | 105 | 0 | 22 | 445 | 74 | 66 |
| Binary | 10111111 | 1000001 | 11010000 | 1000 | 1000101 | 0 | 10010 | 100100101 | 111100 | 110110 |
Color Harmonies of #BF41D0
Complementary color
Monochromatic Colors of #BF41D0
Black with #BF41D0
Text Example
Text Example
White with #BF41D0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BF41D0; }
p { color: rgb(191,65,208); }
H1.HeaderClassName
{
color: #BF41D0;
}
.AnyTagClassName
{
color: #BF41D0;
}
</style>
background-color css
<style>
a { background-color: #BF41D0; }
a { background-color: rgb(191,65,208); }
div.DivClassName
{
background-color: #BF41D0;
}
.BgClassName
{
background-color: #BF41D0;
}
</style>
border-color css
<style>
span { border-color: #BF41D0; }
span { border-color: rgb(191,65,208); }
td.TdClassName
{
border-color: #BF41D0;
}
.TagClassName
{
border-color: #BF41D0;
}
</style>