Shades of Medium Orchid #B14EFB
Tints of Medium Orchid #B14EFB
RGB
CMYK
RGB Variations
Color information
#B14EFB (or 0xB14EFB) is known color: Medium Orchid. HEX triplet: B1, 4E and FB. RGB value is (177,78,251). Sum of RGB (Red+Green+Blue) = 177+78+251=506 (67% of max value = 765). Red value is 177 (69.53% from 255 or 34.98% from 506); Green value is 78 (30.86% from 255 or 15.42% from 506); Blue value is 251 (98.44% from 255 or 49.60% from 506); Max value from RGB is 251 - color contains mainly: blue. Hex color #B14EFB is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #B14EFB is #4EB104. Grayscale: #7E7E7E. Windows color (decimal): -5157125 or 16469681. OLE color: 16469681.
HSL color Cylindrical-coordinate representation of color #B14EFB: hue angle of 274.34º degrees, saturation: 0.96, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #B14EFB is Cyan = 0.29, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 177 | 78 | 251 | - |
| CMYK | 0.29 | 0.69 | 0 | 0.02 |
| HSL | 274.34º | 0.96% | 0.65% | - |
| HSV(B) | 274.34º | 0.69% | 0.98% | - |
| XYZ | 38.27 | 21.76 | 93.45 | - |
| YUV | 127.32 | 197.8 | 163.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 177 | 78 | 251 | 0.29 | 0.69 | 0 | 0.02 | 274.34 | 0.96 | 0.65 |
| Hex | B1 | 4E | FB | 1D | 45 | 0 | 2 | 112 | 60 | 41 |
| Octal | 261 | 116 | 373 | 35 | 105 | 0 | 2 | 422 | 140 | 101 |
| Binary | 10110001 | 1001110 | 11111011 | 11101 | 1000101 | 0 | 10 | 100010010 | 1100000 | 1000001 |
Color Harmonies of #B14EFB
Complementary color
Monochromatic Colors of #B14EFB
Black with #B14EFB
Text Example
Text Example
White with #B14EFB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B14EFB; }
p { color: rgb(177,78,251); }
H1.HeaderClassName
{
color: #B14EFB;
}
.AnyTagClassName
{
color: #B14EFB;
}
</style>
background-color css
<style>
a { background-color: #B14EFB; }
a { background-color: rgb(177,78,251); }
div.DivClassName
{
background-color: #B14EFB;
}
.BgClassName
{
background-color: #B14EFB;
}
</style>
border-color css
<style>
span { border-color: #B14EFB; }
span { border-color: rgb(177,78,251); }
td.TdClassName
{
border-color: #B14EFB;
}
.TagClassName
{
border-color: #B14EFB;
}
</style>