Shades of Medium Orchid #BF4DF8
Tints of Medium Orchid #BF4DF8
RGB
CMYK
RGB Variations
Color information
#BF4DF8 (or 0xBF4DF8) is known color: Medium Orchid. HEX triplet: BF, 4D and F8. RGB value is (191,77,248). Sum of RGB (Red+Green+Blue) = 191+77+248=516 (68% of max value = 765). Red value is 191 (75% from 255 or 37.02% from 516); Green value is 77 (30.47% from 255 or 14.92% from 516); Blue value is 248 (97.27% from 255 or 48.06% from 516); Max value from RGB is 248 - color contains mainly: blue. Hex color #BF4DF8 is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #BF4DF8 is #40B207. Grayscale: #828282. Windows color (decimal): -4239880 or 16272831. OLE color: 16272831.
HSL color Cylindrical-coordinate representation of color #BF4DF8: hue angle of 280º degrees, saturation: 0.92, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #BF4DF8 is Cyan = 0.23, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 191 | 77 | 248 | - |
| CMYK | 0.23 | 0.69 | 0 | 0.03 |
| HSL | 280º | 0.92% | 0.64% | - |
| HSV(B) | 280º | 0.69% | 0.97% | - |
| XYZ | 41.08 | 23.16 | 91.11 | - |
| YUV | 130.58 | 194.27 | 171.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 77 | 248 | 0.23 | 0.69 | 0 | 0.03 | 280 | 0.92 | 0.64 |
| Hex | BF | 4D | F8 | 17 | 45 | 0 | 3 | 118 | 5C | 40 |
| Octal | 277 | 115 | 370 | 27 | 105 | 0 | 3 | 430 | 134 | 100 |
| Binary | 10111111 | 1001101 | 11111000 | 10111 | 1000101 | 0 | 11 | 100011000 | 1011100 | 1000000 |
Color Harmonies of #BF4DF8
Complementary color
Monochromatic Colors of #BF4DF8
Black with #BF4DF8
Text Example
Text Example
White with #BF4DF8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BF4DF8; }
p { color: rgb(191,77,248); }
H1.HeaderClassName
{
color: #BF4DF8;
}
.AnyTagClassName
{
color: #BF4DF8;
}
</style>
background-color css
<style>
a { background-color: #BF4DF8; }
a { background-color: rgb(191,77,248); }
div.DivClassName
{
background-color: #BF4DF8;
}
.BgClassName
{
background-color: #BF4DF8;
}
</style>
border-color css
<style>
span { border-color: #BF4DF8; }
span { border-color: rgb(191,77,248); }
td.TdClassName
{
border-color: #BF4DF8;
}
.TagClassName
{
border-color: #BF4DF8;
}
</style>