Shades of Medium Orchid #BF3AD8
Tints of Medium Orchid #BF3AD8
RGB
CMYK
RGB Variations
Color information
#BF3AD8 (or 0xBF3AD8) is known color: Medium Orchid. HEX triplet: BF, 3A and D8. RGB value is (191,58,216). Sum of RGB (Red+Green+Blue) = 191+58+216=465 (61% of max value = 765). Red value is 191 (75% from 255 or 41.08% from 465); Green value is 58 (23.05% from 255 or 12.47% from 465); Blue value is 216 (84.77% from 255 or 46.45% from 465); Max value from RGB is 216 - color contains mainly: blue. Hex color #BF3AD8 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #BF3AD8 is #40C527. Grayscale: #737373. Windows color (decimal): -4244776 or 14170815. OLE color: 14170815.
HSL color Cylindrical-coordinate representation of color #BF3AD8: hue angle of 290.51º degrees, saturation: 0.67, 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 #BF3AD8 is Cyan = 0.12, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 191 | 58 | 216 | - |
| CMYK | 0.12 | 0.73 | 0 | 0.15 |
| HSL | 290.51º | 0.67% | 0.54% | - |
| HSV(B) | 290.51º | 0.73% | 0.85% | - |
| XYZ | 35.39 | 19.06 | 66.78 | - |
| YUV | 115.78 | 184.56 | 181.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 58 | 216 | 0.12 | 0.73 | 0 | 0.15 | 290.51 | 0.67 | 0.54 |
| Hex | BF | 3A | D8 | C | 49 | 0 | F | 123 | 43 | 36 |
| Octal | 277 | 72 | 330 | 14 | 111 | 0 | 17 | 443 | 103 | 66 |
| Binary | 10111111 | 111010 | 11011000 | 1100 | 1001001 | 0 | 1111 | 100100011 | 1000011 | 110110 |
Color Harmonies of #BF3AD8
Complementary color
Monochromatic Colors of #BF3AD8
Black with #BF3AD8
Text Example
Text Example
White with #BF3AD8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BF3AD8; }
p { color: rgb(191,58,216); }
H1.HeaderClassName
{
color: #BF3AD8;
}
.AnyTagClassName
{
color: #BF3AD8;
}
</style>
background-color css
<style>
a { background-color: #BF3AD8; }
a { background-color: rgb(191,58,216); }
div.DivClassName
{
background-color: #BF3AD8;
}
.BgClassName
{
background-color: #BF3AD8;
}
</style>
border-color css
<style>
span { border-color: #BF3AD8; }
span { border-color: rgb(191,58,216); }
td.TdClassName
{
border-color: #BF3AD8;
}
.TagClassName
{
border-color: #BF3AD8;
}
</style>