Shades of Medium Orchid #B14FFE
Tints of Medium Orchid #B14FFE
RGB
CMYK
RGB Variations
Color information
#B14FFE (or 0xB14FFE) is known color: Medium Orchid. HEX triplet: B1, 4F and FE. RGB value is (177,79,254). Sum of RGB (Red+Green+Blue) = 177+79+254=510 (67% of max value = 765). Red value is 177 (69.53% from 255 or 34.71% from 510); Green value is 79 (31.25% from 255 or 15.49% from 510); Blue value is 254 (99.61% from 255 or 49.80% from 510); Max value from RGB is 254 - color contains mainly: blue. Hex color #B14FFE is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #B14FFE is #4EB001. Grayscale: #7F7F7F. Windows color (decimal): -5156866 or 16666545. OLE color: 16666545.
HSL color Cylindrical-coordinate representation of color #B14FFE: hue angle of 273.6º 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 #B14FFE is Cyan = 0.30, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 177 | 79 | 254 | - |
| CMYK | 0.30 | 0.69 | 0 | 0.00 |
| HSL | 273.6º | 0.99% | 0.65% | - |
| HSV(B) | 273.6º | 0.69% | 1% | - |
| XYZ | 38.82 | 22.09 | 95.98 | - |
| YUV | 128.25 | 198.97 | 162.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 177 | 79 | 254 | 0.30 | 0.69 | 0 | 0.00 | 273.6 | 0.99 | 0.65 |
| Hex | B1 | 4F | FE | 1E | 45 | 0 | 0 | 112 | 63 | 41 |
| Octal | 261 | 117 | 376 | 36 | 105 | 0 | 0 | 422 | 143 | 101 |
| Binary | 10110001 | 1001111 | 11111110 | 11110 | 1000101 | 0 | 0 | 100010010 | 1100011 | 1000001 |
Color Harmonies of #B14FFE
Complementary color
Monochromatic Colors of #B14FFE
Black with #B14FFE
Text Example
Text Example
White with #B14FFE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B14FFE; }
p { color: rgb(177,79,254); }
H1.HeaderClassName
{
color: #B14FFE;
}
.AnyTagClassName
{
color: #B14FFE;
}
</style>
background-color css
<style>
a { background-color: #B14FFE; }
a { background-color: rgb(177,79,254); }
div.DivClassName
{
background-color: #B14FFE;
}
.BgClassName
{
background-color: #B14FFE;
}
</style>
border-color css
<style>
span { border-color: #B14FFE; }
span { border-color: rgb(177,79,254); }
td.TdClassName
{
border-color: #B14FFE;
}
.TagClassName
{
border-color: #B14FFE;
}
</style>