Shades of Medium Orchid #BF40F8
Tints of Medium Orchid #BF40F8
RGB
CMYK
RGB Variations
Color information
#BF40F8 (or 0xBF40F8) is known color: Medium Orchid. HEX triplet: BF, 40 and F8. RGB value is (191,64,248). Sum of RGB (Red+Green+Blue) = 191+64+248=503 (66% of max value = 765). Red value is 191 (75% from 255 or 37.97% from 503); Green value is 64 (25.39% from 255 or 12.72% from 503); Blue value is 248 (97.27% from 255 or 49.30% from 503); Max value from RGB is 248 - color contains mainly: blue. Hex color #BF40F8 is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #BF40F8 is #40BF07. Grayscale: #7A7A7A. Windows color (decimal): -4243208 or 16269503. OLE color: 16269503.
HSL color Cylindrical-coordinate representation of color #BF40F8: hue angle of 281.41º degrees, saturation: 0.93, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #BF40F8 is Cyan = 0.23, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 191 | 64 | 248 | - |
| CMYK | 0.23 | 0.74 | 0 | 0.03 |
| HSL | 281.41º | 0.93% | 0.61% | - |
| HSV(B) | 281.41º | 0.74% | 0.97% | - |
| XYZ | 40.26 | 21.52 | 90.84 | - |
| YUV | 122.95 | 198.58 | 176.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 64 | 248 | 0.23 | 0.74 | 0 | 0.03 | 281.41 | 0.93 | 0.61 |
| Hex | BF | 40 | F8 | 17 | 4A | 0 | 3 | 119 | 5D | 3D |
| Octal | 277 | 100 | 370 | 27 | 112 | 0 | 3 | 431 | 135 | 75 |
| Binary | 10111111 | 1000000 | 11111000 | 10111 | 1001010 | 0 | 11 | 100011001 | 1011101 | 111101 |
Color Harmonies of #BF40F8
Complementary color
Monochromatic Colors of #BF40F8
Black with #BF40F8
Text Example
Text Example
White with #BF40F8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BF40F8; }
p { color: rgb(191,64,248); }
H1.HeaderClassName
{
color: #BF40F8;
}
.AnyTagClassName
{
color: #BF40F8;
}
</style>
background-color css
<style>
a { background-color: #BF40F8; }
a { background-color: rgb(191,64,248); }
div.DivClassName
{
background-color: #BF40F8;
}
.BgClassName
{
background-color: #BF40F8;
}
</style>
border-color css
<style>
span { border-color: #BF40F8; }
span { border-color: rgb(191,64,248); }
td.TdClassName
{
border-color: #BF40F8;
}
.TagClassName
{
border-color: #BF40F8;
}
</style>