Shades of Medium Orchid #BF4EDB
Tints of Medium Orchid #BF4EDB
RGB
CMYK
RGB Variations
Color information
#BF4EDB (or 0xBF4EDB) is known color: Medium Orchid. HEX triplet: BF, 4E and DB. RGB value is (191,78,219). Sum of RGB (Red+Green+Blue) = 191+78+219=488 (64% of max value = 765). Red value is 191 (75% from 255 or 39.14% from 488); Green value is 78 (30.86% from 255 or 15.98% from 488); Blue value is 219 (85.94% from 255 or 44.88% from 488); Max value from RGB is 219 - color contains mainly: blue. Hex color #BF4EDB is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #BF4EDB is #40B124. Grayscale: #7F7F7F. Windows color (decimal): -4239653 or 14372543. OLE color: 14372543.
HSL color Cylindrical-coordinate representation of color #BF4EDB: hue angle of 288.09º degrees, saturation: 0.66, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #BF4EDB is Cyan = 0.13, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 191 | 78 | 219 | - |
| CMYK | 0.13 | 0.64 | 0 | 0.14 |
| HSL | 288.09º | 0.66% | 0.58% | - |
| HSV(B) | 288.09º | 0.64% | 0.86% | - |
| XYZ | 37 | 21.64 | 69.24 | - |
| YUV | 127.86 | 179.44 | 173.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 78 | 219 | 0.13 | 0.64 | 0 | 0.14 | 288.09 | 0.66 | 0.58 |
| Hex | BF | 4E | DB | D | 40 | 0 | E | 120 | 42 | 3A |
| Octal | 277 | 116 | 333 | 15 | 100 | 0 | 16 | 440 | 102 | 72 |
| Binary | 10111111 | 1001110 | 11011011 | 1101 | 1000000 | 0 | 1110 | 100100000 | 1000010 | 111010 |
Color Harmonies of #BF4EDB
Complementary color
Monochromatic Colors of #BF4EDB
Black with #BF4EDB
Text Example
Text Example
White with #BF4EDB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BF4EDB; }
p { color: rgb(191,78,219); }
H1.HeaderClassName
{
color: #BF4EDB;
}
.AnyTagClassName
{
color: #BF4EDB;
}
</style>
background-color css
<style>
a { background-color: #BF4EDB; }
a { background-color: rgb(191,78,219); }
div.DivClassName
{
background-color: #BF4EDB;
}
.BgClassName
{
background-color: #BF4EDB;
}
</style>
border-color css
<style>
span { border-color: #BF4EDB; }
span { border-color: rgb(191,78,219); }
td.TdClassName
{
border-color: #BF4EDB;
}
.TagClassName
{
border-color: #BF4EDB;
}
</style>