Shades of Medium Orchid #BF50FE
Tints of Medium Orchid #BF50FE
RGB
CMYK
RGB Variations
Color information
#BF50FE (or 0xBF50FE) is known color: Medium Orchid. HEX triplet: BF, 50 and FE. RGB value is (191,80,254). Sum of RGB (Red+Green+Blue) = 191+80+254=525 (69% of max value = 765). Red value is 191 (75% from 255 or 36.38% from 525); Green value is 80 (31.64% from 255 or 15.24% from 525); Blue value is 254 (99.61% from 255 or 48.38% from 525); Max value from RGB is 254 - color contains mainly: blue. Hex color #BF50FE is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #BF50FE is #40AF01. Grayscale: #848484. Windows color (decimal): -4239106 or 16666815. OLE color: 16666815.
HSL color Cylindrical-coordinate representation of color #BF50FE: hue angle of 278.28º degrees, saturation: 0.99, lightness: 0.65%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #BF50FE is Cyan = 0.25, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 191 | 80 | 254 | - |
| CMYK | 0.25 | 0.69 | 0 | 0.00 |
| HSL | 278.28º | 0.99% | 0.65% | - |
| HSV(B) | 278.28º | 0.69% | 1% | - |
| XYZ | 42.24 | 23.97 | 96.17 | - |
| YUV | 133.03 | 196.27 | 169.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 80 | 254 | 0.25 | 0.69 | 0 | 0.00 | 278.28 | 0.99 | 0.65 |
| Hex | BF | 50 | FE | 19 | 45 | 0 | 0 | 116 | 63 | 41 |
| Octal | 277 | 120 | 376 | 31 | 105 | 0 | 0 | 426 | 143 | 101 |
| Binary | 10111111 | 1010000 | 11111110 | 11001 | 1000101 | 0 | 0 | 100010110 | 1100011 | 1000001 |
Color Harmonies of #BF50FE
Complementary color
Monochromatic Colors of #BF50FE
Black with #BF50FE
Text Example
Text Example
White with #BF50FE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BF50FE; }
p { color: rgb(191,80,254); }
H1.HeaderClassName
{
color: #BF50FE;
}
.AnyTagClassName
{
color: #BF50FE;
}
</style>
background-color css
<style>
a { background-color: #BF50FE; }
a { background-color: rgb(191,80,254); }
div.DivClassName
{
background-color: #BF50FE;
}
.BgClassName
{
background-color: #BF50FE;
}
</style>
border-color css
<style>
span { border-color: #BF50FE; }
span { border-color: rgb(191,80,254); }
td.TdClassName
{
border-color: #BF50FE;
}
.TagClassName
{
border-color: #BF50FE;
}
</style>