Shades of Medium Orchid #BF3AD9
Tints of Medium Orchid #BF3AD9
RGB
CMYK
RGB Variations
Color information
#BF3AD9 (or 0xBF3AD9) is known color: Medium Orchid. HEX triplet: BF, 3A and D9. RGB value is (191,58,217). Sum of RGB (Red+Green+Blue) = 191+58+217=466 (61% of max value = 765). Red value is 191 (75% from 255 or 40.99% from 466); Green value is 58 (23.05% from 255 or 12.45% from 466); Blue value is 217 (85.16% from 255 or 46.57% from 466); Max value from RGB is 217 - color contains mainly: blue. Hex color #BF3AD9 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #BF3AD9 is #40C526. Grayscale: #737373. Windows color (decimal): -4244775 or 14236351. OLE color: 14236351.
HSL color Cylindrical-coordinate representation of color #BF3AD9: hue angle of 290.19º degrees, saturation: 0.68, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #BF3AD9 is Cyan = 0.12, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 191 | 58 | 217 | - |
| CMYK | 0.12 | 0.73 | 0 | 0.15 |
| HSL | 290.19º | 0.68% | 0.54% | - |
| HSV(B) | 290.19º | 0.73% | 0.85% | - |
| XYZ | 35.52 | 19.11 | 67.46 | - |
| YUV | 115.89 | 185.06 | 181.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 58 | 217 | 0.12 | 0.73 | 0 | 0.15 | 290.19 | 0.68 | 0.54 |
| Hex | BF | 3A | D9 | C | 49 | 0 | F | 122 | 44 | 36 |
| Octal | 277 | 72 | 331 | 14 | 111 | 0 | 17 | 442 | 104 | 66 |
| Binary | 10111111 | 111010 | 11011001 | 1100 | 1001001 | 0 | 1111 | 100100010 | 1000100 | 110110 |
Color Harmonies of #BF3AD9
Complementary color
Monochromatic Colors of #BF3AD9
Black with #BF3AD9
Text Example
Text Example
White with #BF3AD9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BF3AD9; }
p { color: rgb(191,58,217); }
H1.HeaderClassName
{
color: #BF3AD9;
}
.AnyTagClassName
{
color: #BF3AD9;
}
</style>
background-color css
<style>
a { background-color: #BF3AD9; }
a { background-color: rgb(191,58,217); }
div.DivClassName
{
background-color: #BF3AD9;
}
.BgClassName
{
background-color: #BF3AD9;
}
</style>
border-color css
<style>
span { border-color: #BF3AD9; }
span { border-color: rgb(191,58,217); }
td.TdClassName
{
border-color: #BF3AD9;
}
.TagClassName
{
border-color: #BF3AD9;
}
</style>