Shades of Medium Orchid #BF4EF1
Tints of Medium Orchid #BF4EF1
RGB
CMYK
RGB Variations
Color information
#BF4EF1 (or 0xBF4EF1) is known color: Medium Orchid. HEX triplet: BF, 4E and F1. RGB value is (191,78,241). Sum of RGB (Red+Green+Blue) = 191+78+241=510 (67% of max value = 765). Red value is 191 (75% from 255 or 37.45% from 510); Green value is 78 (30.86% from 255 or 15.29% from 510); Blue value is 241 (94.53% from 255 or 47.25% from 510); Max value from RGB is 241 - color contains mainly: blue. Hex color #BF4EF1 is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #BF4EF1 is #40B10E. Grayscale: #818181. Windows color (decimal): -4239631 or 15814335. OLE color: 15814335.
HSL color Cylindrical-coordinate representation of color #BF4EF1: hue angle of 281.6º degrees, saturation: 0.85, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #BF4EF1 is Cyan = 0.21, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 191 | 78 | 241 | - |
| CMYK | 0.21 | 0.68 | 0 | 0.05 |
| HSL | 281.6º | 0.85% | 0.63% | - |
| HSV(B) | 281.6º | 0.68% | 0.95% | - |
| XYZ | 40.09 | 22.88 | 85.52 | - |
| YUV | 130.37 | 190.44 | 171.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 78 | 241 | 0.21 | 0.68 | 0 | 0.05 | 281.6 | 0.85 | 0.63 |
| Hex | BF | 4E | F1 | 15 | 44 | 0 | 5 | 11A | 55 | 3F |
| Octal | 277 | 116 | 361 | 25 | 104 | 0 | 5 | 432 | 125 | 77 |
| Binary | 10111111 | 1001110 | 11110001 | 10101 | 1000100 | 0 | 101 | 100011010 | 1010101 | 111111 |
Color Harmonies of #BF4EF1
Complementary color
Monochromatic Colors of #BF4EF1
Black with #BF4EF1
Text Example
Text Example
White with #BF4EF1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BF4EF1; }
p { color: rgb(191,78,241); }
H1.HeaderClassName
{
color: #BF4EF1;
}
.AnyTagClassName
{
color: #BF4EF1;
}
</style>
background-color css
<style>
a { background-color: #BF4EF1; }
a { background-color: rgb(191,78,241); }
div.DivClassName
{
background-color: #BF4EF1;
}
.BgClassName
{
background-color: #BF4EF1;
}
</style>
border-color css
<style>
span { border-color: #BF4EF1; }
span { border-color: rgb(191,78,241); }
td.TdClassName
{
border-color: #BF4EF1;
}
.TagClassName
{
border-color: #BF4EF1;
}
</style>