Shades of Medium Orchid #B14CFE
Tints of Medium Orchid #B14CFE
RGB
CMYK
RGB Variations
Color information
#B14CFE (or 0xB14CFE) is known color: Medium Orchid. HEX triplet: B1, 4C and FE. RGB value is (177,76,254). Sum of RGB (Red+Green+Blue) = 177+76+254=507 (67% of max value = 765). Red value is 177 (69.53% from 255 or 34.91% from 507); Green value is 76 (30.08% from 255 or 14.99% from 507); Blue value is 254 (99.61% from 255 or 50.10% from 507); Max value from RGB is 254 - color contains mainly: blue. Hex color #B14CFE is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #B14CFE is #4EB301. Grayscale: #7D7D7D. Windows color (decimal): -5157634 or 16665777. OLE color: 16665777.
HSL color Cylindrical-coordinate representation of color #B14CFE: hue angle of 274.04º degrees, saturation: 0.99, lightness: 0.65%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #B14CFE is Cyan = 0.30, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 177 | 76 | 254 | - |
| CMYK | 0.30 | 0.70 | 0 | 0.00 |
| HSL | 274.05º | 0.99% | 0.65% | - |
| HSV(B) | 274.05º | 0.7% | 1% | - |
| XYZ | 38.61 | 21.67 | 95.91 | - |
| YUV | 126.49 | 199.96 | 164.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 177 | 76 | 254 | 0.30 | 0.70 | 0 | 0.00 | 274.05 | 0.99 | 0.65 |
| Hex | B1 | 4C | FE | 1E | 46 | 0 | 0 | 112 | 63 | 41 |
| Octal | 261 | 114 | 376 | 36 | 106 | 0 | 0 | 422 | 143 | 101 |
| Binary | 10110001 | 1001100 | 11111110 | 11110 | 1000110 | 0 | 0 | 100010010 | 1100011 | 1000001 |
Color Harmonies of #B14CFE
Complementary color
Monochromatic Colors of #B14CFE
Black with #B14CFE
Text Example
Text Example
White with #B14CFE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B14CFE; }
p { color: rgb(177,76,254); }
H1.HeaderClassName
{
color: #B14CFE;
}
.AnyTagClassName
{
color: #B14CFE;
}
</style>
background-color css
<style>
a { background-color: #B14CFE; }
a { background-color: rgb(177,76,254); }
div.DivClassName
{
background-color: #B14CFE;
}
.BgClassName
{
background-color: #B14CFE;
}
</style>
border-color css
<style>
span { border-color: #B14CFE; }
span { border-color: rgb(177,76,254); }
td.TdClassName
{
border-color: #B14CFE;
}
.TagClassName
{
border-color: #B14CFE;
}
</style>