Shades of Medium Orchid #B14FF7
Tints of Medium Orchid #B14FF7
RGB
CMYK
RGB Variations
Color information
#B14FF7 (or 0xB14FF7) is known color: Medium Orchid. HEX triplet: B1, 4F and F7. RGB value is (177,79,247). Sum of RGB (Red+Green+Blue) = 177+79+247=503 (66% of max value = 765). Red value is 177 (69.53% from 255 or 35.19% from 503); Green value is 79 (31.25% from 255 or 15.71% from 503); Blue value is 247 (96.88% from 255 or 49.11% from 503); Max value from RGB is 247 - color contains mainly: blue. Hex color #B14FF7 is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #B14FF7 is #4EB008. Grayscale: #7E7E7E. Windows color (decimal): -5156873 or 16207793. OLE color: 16207793.
HSL color Cylindrical-coordinate representation of color #B14FF7: hue angle of 275º degrees, saturation: 0.91, 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 #B14FF7 is Cyan = 0.28, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 177 | 79 | 247 | - |
| CMYK | 0.28 | 0.68 | 0 | 0.03 |
| HSL | 275º | 0.91% | 0.64% | - |
| HSV(B) | 275º | 0.68% | 0.97% | - |
| XYZ | 37.72 | 21.65 | 90.19 | - |
| YUV | 127.45 | 195.47 | 163.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 177 | 79 | 247 | 0.28 | 0.68 | 0 | 0.03 | 275 | 0.91 | 0.64 |
| Hex | B1 | 4F | F7 | 1C | 44 | 0 | 3 | 113 | 5B | 40 |
| Octal | 261 | 117 | 367 | 34 | 104 | 0 | 3 | 423 | 133 | 100 |
| Binary | 10110001 | 1001111 | 11110111 | 11100 | 1000100 | 0 | 11 | 100010011 | 1011011 | 1000000 |
Color Harmonies of #B14FF7
Complementary color
Monochromatic Colors of #B14FF7
Black with #B14FF7
Text Example
Text Example
White with #B14FF7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B14FF7; }
p { color: rgb(177,79,247); }
H1.HeaderClassName
{
color: #B14FF7;
}
.AnyTagClassName
{
color: #B14FF7;
}
</style>
background-color css
<style>
a { background-color: #B14FF7; }
a { background-color: rgb(177,79,247); }
div.DivClassName
{
background-color: #B14FF7;
}
.BgClassName
{
background-color: #B14FF7;
}
</style>
border-color css
<style>
span { border-color: #B14FF7; }
span { border-color: rgb(177,79,247); }
td.TdClassName
{
border-color: #B14FF7;
}
.TagClassName
{
border-color: #B14FF7;
}
</style>