Shades of Medium Orchid #BF4DDE
Tints of Medium Orchid #BF4DDE
RGB
CMYK
RGB Variations
Color information
#BF4DDE (or 0xBF4DDE) is known color: Medium Orchid. HEX triplet: BF, 4D and DE. RGB value is (191,77,222). Sum of RGB (Red+Green+Blue) = 191+77+222=490 (64% of max value = 765). Red value is 191 (75% from 255 or 38.98% from 490); Green value is 77 (30.47% from 255 or 15.71% from 490); Blue value is 222 (87.11% from 255 or 45.31% from 490); Max value from RGB is 222 - color contains mainly: blue. Hex color #BF4DDE is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #BF4DDE is #40B221. Grayscale: #7F7F7F. Windows color (decimal): -4239906 or 14568895. OLE color: 14568895.
HSL color Cylindrical-coordinate representation of color #BF4DDE: hue angle of 287.17º degrees, saturation: 0.69, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #BF4DDE is Cyan = 0.14, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 191 | 77 | 222 | - |
| CMYK | 0.14 | 0.65 | 0 | 0.13 |
| HSL | 287.17º | 0.69% | 0.59% | - |
| HSV(B) | 287.17º | 0.65% | 0.87% | - |
| XYZ | 37.32 | 21.66 | 71.32 | - |
| YUV | 127.62 | 181.27 | 173.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 77 | 222 | 0.14 | 0.65 | 0 | 0.13 | 287.17 | 0.69 | 0.59 |
| Hex | BF | 4D | DE | E | 41 | 0 | D | 11F | 45 | 3B |
| Octal | 277 | 115 | 336 | 16 | 101 | 0 | 15 | 437 | 105 | 73 |
| Binary | 10111111 | 1001101 | 11011110 | 1110 | 1000001 | 0 | 1101 | 100011111 | 1000101 | 111011 |
Color Harmonies of #BF4DDE
Complementary color
Monochromatic Colors of #BF4DDE
Black with #BF4DDE
Text Example
Text Example
White with #BF4DDE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BF4DDE; }
p { color: rgb(191,77,222); }
H1.HeaderClassName
{
color: #BF4DDE;
}
.AnyTagClassName
{
color: #BF4DDE;
}
</style>
background-color css
<style>
a { background-color: #BF4DDE; }
a { background-color: rgb(191,77,222); }
div.DivClassName
{
background-color: #BF4DDE;
}
.BgClassName
{
background-color: #BF4DDE;
}
</style>
border-color css
<style>
span { border-color: #BF4DDE; }
span { border-color: rgb(191,77,222); }
td.TdClassName
{
border-color: #BF4DDE;
}
.TagClassName
{
border-color: #BF4DDE;
}
</style>