Shades of Medium Orchid #BF4ED8
Tints of Medium Orchid #BF4ED8
RGB
CMYK
RGB Variations
Color information
#BF4ED8 (or 0xBF4ED8) is known color: Medium Orchid. HEX triplet: BF, 4E and D8. RGB value is (191,78,216). Sum of RGB (Red+Green+Blue) = 191+78+216=485 (64% of max value = 765). Red value is 191 (75% from 255 or 39.38% from 485); Green value is 78 (30.86% from 255 or 16.08% from 485); Blue value is 216 (84.77% from 255 or 44.54% from 485); Max value from RGB is 216 - color contains mainly: blue. Hex color #BF4ED8 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #BF4ED8 is #40B127. Grayscale: #7F7F7F. Windows color (decimal): -4239656 or 14175935. OLE color: 14175935.
HSL color Cylindrical-coordinate representation of color #BF4ED8: hue angle of 289.13º degrees, saturation: 0.64, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #BF4ED8 is Cyan = 0.12, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 191 | 78 | 216 | - |
| CMYK | 0.12 | 0.64 | 0 | 0.15 |
| HSL | 289.13º | 0.64% | 0.58% | - |
| HSV(B) | 289.13º | 0.64% | 0.85% | - |
| XYZ | 36.6 | 21.48 | 67.18 | - |
| YUV | 127.52 | 177.94 | 173.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 78 | 216 | 0.12 | 0.64 | 0 | 0.15 | 289.13 | 0.64 | 0.58 |
| Hex | BF | 4E | D8 | C | 40 | 0 | F | 121 | 40 | 3A |
| Octal | 277 | 116 | 330 | 14 | 100 | 0 | 17 | 441 | 100 | 72 |
| Binary | 10111111 | 1001110 | 11011000 | 1100 | 1000000 | 0 | 1111 | 100100001 | 1000000 | 111010 |
Color Harmonies of #BF4ED8
Complementary color
Monochromatic Colors of #BF4ED8
Black with #BF4ED8
Text Example
Text Example
White with #BF4ED8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BF4ED8; }
p { color: rgb(191,78,216); }
H1.HeaderClassName
{
color: #BF4ED8;
}
.AnyTagClassName
{
color: #BF4ED8;
}
</style>
background-color css
<style>
a { background-color: #BF4ED8; }
a { background-color: rgb(191,78,216); }
div.DivClassName
{
background-color: #BF4ED8;
}
.BgClassName
{
background-color: #BF4ED8;
}
</style>
border-color css
<style>
span { border-color: #BF4ED8; }
span { border-color: rgb(191,78,216); }
td.TdClassName
{
border-color: #BF4ED8;
}
.TagClassName
{
border-color: #BF4ED8;
}
</style>