Shades of Medium Orchid #B14EEC
Tints of Medium Orchid #B14EEC
RGB
CMYK
RGB Variations
Color information
#B14EEC (or 0xB14EEC) is known color: Medium Orchid. HEX triplet: B1, 4E and EC. RGB value is (177,78,236). Sum of RGB (Red+Green+Blue) = 177+78+236=491 (65% of max value = 765). Red value is 177 (69.53% from 255 or 36.05% from 491); Green value is 78 (30.86% from 255 or 15.89% from 491); Blue value is 236 (92.58% from 255 or 48.07% from 491); Max value from RGB is 236 - color contains mainly: blue. Hex color #B14EEC is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #B14EEC is #4EB113. Grayscale: #7D7D7D. Windows color (decimal): -5157140 or 15486641. OLE color: 15486641.
HSL color Cylindrical-coordinate representation of color #B14EEC: hue angle of 277.59º degrees, saturation: 0.81, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #B14EEC is Cyan = 0.25, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 177 | 78 | 236 | - |
| CMYK | 0.25 | 0.67 | 0 | 0.07 |
| HSL | 277.59º | 0.81% | 0.62% | - |
| HSV(B) | 277.59º | 0.67% | 0.93% | - |
| XYZ | 36 | 20.85 | 81.48 | - |
| YUV | 125.61 | 190.3 | 164.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 177 | 78 | 236 | 0.25 | 0.67 | 0 | 0.07 | 277.59 | 0.81 | 0.62 |
| Hex | B1 | 4E | EC | 19 | 43 | 0 | 7 | 116 | 51 | 3E |
| Octal | 261 | 116 | 354 | 31 | 103 | 0 | 7 | 426 | 121 | 76 |
| Binary | 10110001 | 1001110 | 11101100 | 11001 | 1000011 | 0 | 111 | 100010110 | 1010001 | 111110 |
Color Harmonies of #B14EEC
Complementary color
Monochromatic Colors of #B14EEC
Black with #B14EEC
Text Example
Text Example
White with #B14EEC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B14EEC; }
p { color: rgb(177,78,236); }
H1.HeaderClassName
{
color: #B14EEC;
}
.AnyTagClassName
{
color: #B14EEC;
}
</style>
background-color css
<style>
a { background-color: #B14EEC; }
a { background-color: rgb(177,78,236); }
div.DivClassName
{
background-color: #B14EEC;
}
.BgClassName
{
background-color: #B14EEC;
}
</style>
border-color css
<style>
span { border-color: #B14EEC; }
span { border-color: rgb(177,78,236); }
td.TdClassName
{
border-color: #B14EEC;
}
.TagClassName
{
border-color: #B14EEC;
}
</style>