Shades of Medium Orchid #BF4EDA
Tints of Medium Orchid #BF4EDA
RGB
CMYK
RGB Variations
Color information
#BF4EDA (or 0xBF4EDA) is known color: Medium Orchid. HEX triplet: BF, 4E and DA. RGB value is (191,78,218). Sum of RGB (Red+Green+Blue) = 191+78+218=487 (64% of max value = 765). Red value is 191 (75% from 255 or 39.22% from 487); Green value is 78 (30.86% from 255 or 16.02% from 487); Blue value is 218 (85.55% from 255 or 44.76% from 487); Max value from RGB is 218 - color contains mainly: blue. Hex color #BF4EDA is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #BF4EDA is #40B125. Grayscale: #7F7F7F. Windows color (decimal): -4239654 or 14307007. OLE color: 14307007.
HSL color Cylindrical-coordinate representation of color #BF4EDA: hue angle of 288.43º degrees, saturation: 0.65, 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 #BF4EDA is Cyan = 0.12, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 191 | 78 | 218 | - |
| CMYK | 0.12 | 0.64 | 0 | 0.15 |
| HSL | 288.43º | 0.65% | 0.58% | - |
| HSV(B) | 288.43º | 0.64% | 0.85% | - |
| XYZ | 36.87 | 21.59 | 68.55 | - |
| YUV | 127.75 | 178.94 | 173.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 78 | 218 | 0.12 | 0.64 | 0 | 0.15 | 288.43 | 0.65 | 0.58 |
| Hex | BF | 4E | DA | C | 40 | 0 | F | 120 | 41 | 3A |
| Octal | 277 | 116 | 332 | 14 | 100 | 0 | 17 | 440 | 101 | 72 |
| Binary | 10111111 | 1001110 | 11011010 | 1100 | 1000000 | 0 | 1111 | 100100000 | 1000001 | 111010 |
Color Harmonies of #BF4EDA
Complementary color
Monochromatic Colors of #BF4EDA
Black with #BF4EDA
Text Example
Text Example
White with #BF4EDA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BF4EDA; }
p { color: rgb(191,78,218); }
H1.HeaderClassName
{
color: #BF4EDA;
}
.AnyTagClassName
{
color: #BF4EDA;
}
</style>
background-color css
<style>
a { background-color: #BF4EDA; }
a { background-color: rgb(191,78,218); }
div.DivClassName
{
background-color: #BF4EDA;
}
.BgClassName
{
background-color: #BF4EDA;
}
</style>
border-color css
<style>
span { border-color: #BF4EDA; }
span { border-color: rgb(191,78,218); }
td.TdClassName
{
border-color: #BF4EDA;
}
.TagClassName
{
border-color: #BF4EDA;
}
</style>