Shades of Medium Orchid #BF4FF8
Tints of Medium Orchid #BF4FF8
RGB
CMYK
RGB Variations
Color information
#BF4FF8 (or 0xBF4FF8) is known color: Medium Orchid. HEX triplet: BF, 4F and F8. RGB value is (191,79,248). Sum of RGB (Red+Green+Blue) = 191+79+248=518 (68% of max value = 765). Red value is 191 (75% from 255 or 36.87% from 518); Green value is 79 (31.25% from 255 or 15.25% from 518); Blue value is 248 (97.27% from 255 or 47.88% from 518); Max value from RGB is 248 - color contains mainly: blue. Hex color #BF4FF8 is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #BF4FF8 is #40B007. Grayscale: #838383. Windows color (decimal): -4239368 or 16273343. OLE color: 16273343.
HSL color Cylindrical-coordinate representation of color #BF4FF8: hue angle of 279.76º degrees, saturation: 0.92, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #BF4FF8 is Cyan = 0.23, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 191 | 79 | 248 | - |
| CMYK | 0.23 | 0.68 | 0 | 0.03 |
| HSL | 279.76º | 0.92% | 0.64% | - |
| HSV(B) | 279.76º | 0.68% | 0.97% | - |
| XYZ | 41.23 | 23.45 | 91.16 | - |
| YUV | 131.75 | 193.61 | 170.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 79 | 248 | 0.23 | 0.68 | 0 | 0.03 | 279.76 | 0.92 | 0.64 |
| Hex | BF | 4F | F8 | 17 | 44 | 0 | 3 | 118 | 5C | 40 |
| Octal | 277 | 117 | 370 | 27 | 104 | 0 | 3 | 430 | 134 | 100 |
| Binary | 10111111 | 1001111 | 11111000 | 10111 | 1000100 | 0 | 11 | 100011000 | 1011100 | 1000000 |
Color Harmonies of #BF4FF8
Complementary color
Monochromatic Colors of #BF4FF8
Black with #BF4FF8
Text Example
Text Example
White with #BF4FF8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BF4FF8; }
p { color: rgb(191,79,248); }
H1.HeaderClassName
{
color: #BF4FF8;
}
.AnyTagClassName
{
color: #BF4FF8;
}
</style>
background-color css
<style>
a { background-color: #BF4FF8; }
a { background-color: rgb(191,79,248); }
div.DivClassName
{
background-color: #BF4FF8;
}
.BgClassName
{
background-color: #BF4FF8;
}
</style>
border-color css
<style>
span { border-color: #BF4FF8; }
span { border-color: rgb(191,79,248); }
td.TdClassName
{
border-color: #BF4FF8;
}
.TagClassName
{
border-color: #BF4FF8;
}
</style>