Shades of Medium Orchid #B14EEF
Tints of Medium Orchid #B14EEF
RGB
CMYK
RGB Variations
Color information
#B14EEF (or 0xB14EEF) is known color: Medium Orchid. HEX triplet: B1, 4E and EF. RGB value is (177,78,239). Sum of RGB (Red+Green+Blue) = 177+78+239=494 (65% of max value = 765). Red value is 177 (69.53% from 255 or 35.83% from 494); Green value is 78 (30.86% from 255 or 15.79% from 494); Blue value is 239 (93.75% from 255 or 48.38% from 494); Max value from RGB is 239 - color contains mainly: blue. Hex color #B14EEF is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #B14EEF is #4EB110. Grayscale: #7D7D7D. Windows color (decimal): -5157137 or 15683249. OLE color: 15683249.
HSL color Cylindrical-coordinate representation of color #B14EEF: hue angle of 276.89º degrees, saturation: 0.83, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #B14EEF is Cyan = 0.26, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 177 | 78 | 239 | - |
| CMYK | 0.26 | 0.67 | 0 | 0.06 |
| HSL | 276.89º | 0.83% | 0.62% | - |
| HSV(B) | 276.89º | 0.67% | 0.94% | - |
| XYZ | 36.44 | 21.03 | 83.8 | - |
| YUV | 125.96 | 191.8 | 164.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 177 | 78 | 239 | 0.26 | 0.67 | 0 | 0.06 | 276.89 | 0.83 | 0.62 |
| Hex | B1 | 4E | EF | 1A | 43 | 0 | 6 | 115 | 53 | 3E |
| Octal | 261 | 116 | 357 | 32 | 103 | 0 | 6 | 425 | 123 | 76 |
| Binary | 10110001 | 1001110 | 11101111 | 11010 | 1000011 | 0 | 110 | 100010101 | 1010011 | 111110 |
Color Harmonies of #B14EEF
Complementary color
Monochromatic Colors of #B14EEF
Black with #B14EEF
Text Example
Text Example
White with #B14EEF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B14EEF; }
p { color: rgb(177,78,239); }
H1.HeaderClassName
{
color: #B14EEF;
}
.AnyTagClassName
{
color: #B14EEF;
}
</style>
background-color css
<style>
a { background-color: #B14EEF; }
a { background-color: rgb(177,78,239); }
div.DivClassName
{
background-color: #B14EEF;
}
.BgClassName
{
background-color: #B14EEF;
}
</style>
border-color css
<style>
span { border-color: #B14EEF; }
span { border-color: rgb(177,78,239); }
td.TdClassName
{
border-color: #B14EEF;
}
.TagClassName
{
border-color: #B14EEF;
}
</style>