Shades of Medium Orchid #BF4EFF
Tints of Medium Orchid #BF4EFF
RGB
CMYK
RGB Variations
Color information
#BF4EFF (or 0xBF4EFF) is known color: Medium Orchid. HEX triplet: BF, 4E and FF. RGB value is (191,78,255). Sum of RGB (Red+Green+Blue) = 191+78+255=524 (69% of max value = 765). Red value is 191 (75% from 255 or 36.45% from 524); Green value is 78 (30.86% from 255 or 14.89% from 524); Blue value is 255 (100% from 255 or 48.66% from 524); Max value from RGB is 255 - color contains mainly: blue. Hex color #BF4EFF is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #BF4EFF is #40B100. Grayscale: #838383. Windows color (decimal): -4239617 or 16731839. OLE color: 16731839.
HSL color Cylindrical-coordinate representation of color #BF4EFF: hue angle of 278.31º degrees, saturation: 1, lightness: 0.65%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #BF4EFF is Cyan = 0.25, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 191 | 78 | 255 | - |
| CMYK | 0.25 | 0.69 | 0 | 0 |
| HSL | 278.31º | 1% | 0.65% | - |
| HSV(B) | 278.31º | 0.69% | 1% | - |
| XYZ | 42.26 | 23.75 | 96.96 | - |
| YUV | 131.97 | 197.44 | 170.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 78 | 255 | 0.25 | 0.69 | 0 | 0 | 278.31 | 1 | 0.65 |
| Hex | BF | 4E | FF | 19 | 45 | 0 | 0 | 116 | 64 | 41 |
| Octal | 277 | 116 | 377 | 31 | 105 | 0 | 0 | 426 | 144 | 101 |
| Binary | 10111111 | 1001110 | 11111111 | 11001 | 1000101 | 0 | 0 | 100010110 | 1100100 | 1000001 |
Color Harmonies of #BF4EFF
Complementary color
Monochromatic Colors of #BF4EFF
Black with #BF4EFF
Text Example
Text Example
White with #BF4EFF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BF4EFF; }
p { color: rgb(191,78,255); }
H1.HeaderClassName
{
color: #BF4EFF;
}
.AnyTagClassName
{
color: #BF4EFF;
}
</style>
background-color css
<style>
a { background-color: #BF4EFF; }
a { background-color: rgb(191,78,255); }
div.DivClassName
{
background-color: #BF4EFF;
}
.BgClassName
{
background-color: #BF4EFF;
}
</style>
border-color css
<style>
span { border-color: #BF4EFF; }
span { border-color: rgb(191,78,255); }
td.TdClassName
{
border-color: #BF4EFF;
}
.TagClassName
{
border-color: #BF4EFF;
}
</style>