Shades of Medium Orchid #BF40FE
Tints of Medium Orchid #BF40FE
RGB
CMYK
RGB Variations
Color information
#BF40FE (or 0xBF40FE) is known color: Medium Orchid. HEX triplet: BF, 40 and FE. RGB value is (191,64,254). Sum of RGB (Red+Green+Blue) = 191+64+254=509 (67% of max value = 765). Red value is 191 (75% from 255 or 37.52% from 509); Green value is 64 (25.39% from 255 or 12.57% from 509); Blue value is 254 (99.61% from 255 or 49.90% from 509); Max value from RGB is 254 - color contains mainly: blue. Hex color #BF40FE is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #BF40FE is #40BF01. Grayscale: #7B7B7B. Windows color (decimal): -4243202 or 16662719. OLE color: 16662719.
HSL color Cylindrical-coordinate representation of color #BF40FE: hue angle of 280.11º degrees, saturation: 0.99, lightness: 0.62%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #BF40FE is Cyan = 0.25, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 191 | 64 | 254 | - |
| CMYK | 0.25 | 0.75 | 0 | 0.00 |
| HSL | 280.11º | 0.99% | 0.62% | - |
| HSV(B) | 280.11º | 0.75% | 1% | - |
| XYZ | 41.21 | 21.9 | 95.82 | - |
| YUV | 123.63 | 201.58 | 176.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 64 | 254 | 0.25 | 0.75 | 0 | 0.00 | 280.11 | 0.99 | 0.62 |
| Hex | BF | 40 | FE | 19 | 4B | 0 | 0 | 118 | 63 | 3E |
| Octal | 277 | 100 | 376 | 31 | 113 | 0 | 0 | 430 | 143 | 76 |
| Binary | 10111111 | 1000000 | 11111110 | 11001 | 1001011 | 0 | 0 | 100011000 | 1100011 | 111110 |
Color Harmonies of #BF40FE
Complementary color
Monochromatic Colors of #BF40FE
Black with #BF40FE
Text Example
Text Example
White with #BF40FE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BF40FE; }
p { color: rgb(191,64,254); }
H1.HeaderClassName
{
color: #BF40FE;
}
.AnyTagClassName
{
color: #BF40FE;
}
</style>
background-color css
<style>
a { background-color: #BF40FE; }
a { background-color: rgb(191,64,254); }
div.DivClassName
{
background-color: #BF40FE;
}
.BgClassName
{
background-color: #BF40FE;
}
</style>
border-color css
<style>
span { border-color: #BF40FE; }
span { border-color: rgb(191,64,254); }
td.TdClassName
{
border-color: #BF40FE;
}
.TagClassName
{
border-color: #BF40FE;
}
</style>