Shades of Medium Orchid #B14EE3
Tints of Medium Orchid #B14EE3
RGB
CMYK
RGB Variations
Color information
#B14EE3 (or 0xB14EE3) is known color: Medium Orchid. HEX triplet: B1, 4E and E3. RGB value is (177,78,227). Sum of RGB (Red+Green+Blue) = 177+78+227=482 (63% of max value = 765). Red value is 177 (69.53% from 255 or 36.72% from 482); Green value is 78 (30.86% from 255 or 16.18% from 482); Blue value is 227 (89.06% from 255 or 47.10% from 482); Max value from RGB is 227 - color contains mainly: blue. Hex color #B14EE3 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #B14EE3 is #4EB11C. Grayscale: #7C7C7C. Windows color (decimal): -5157149 or 14896817. OLE color: 14896817.
HSL color Cylindrical-coordinate representation of color #B14EE3: hue angle of 279.87º degrees, saturation: 0.73, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #B14EE3 is Cyan = 0.22, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 177 | 78 | 227 | - |
| CMYK | 0.22 | 0.66 | 0 | 0.11 |
| HSL | 279.87º | 0.73% | 0.6% | - |
| HSV(B) | 279.87º | 0.66% | 0.89% | - |
| XYZ | 34.72 | 20.34 | 74.77 | - |
| YUV | 124.59 | 185.8 | 165.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 177 | 78 | 227 | 0.22 | 0.66 | 0 | 0.11 | 279.87 | 0.73 | 0.6 |
| Hex | B1 | 4E | E3 | 16 | 42 | 0 | B | 118 | 49 | 3C |
| Octal | 261 | 116 | 343 | 26 | 102 | 0 | 13 | 430 | 111 | 74 |
| Binary | 10110001 | 1001110 | 11100011 | 10110 | 1000010 | 0 | 1011 | 100011000 | 1001001 | 111100 |
Color Harmonies of #B14EE3
Complementary color
Monochromatic Colors of #B14EE3
Black with #B14EE3
Text Example
Text Example
White with #B14EE3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B14EE3; }
p { color: rgb(177,78,227); }
H1.HeaderClassName
{
color: #B14EE3;
}
.AnyTagClassName
{
color: #B14EE3;
}
</style>
background-color css
<style>
a { background-color: #B14EE3; }
a { background-color: rgb(177,78,227); }
div.DivClassName
{
background-color: #B14EE3;
}
.BgClassName
{
background-color: #B14EE3;
}
</style>
border-color css
<style>
span { border-color: #B14EE3; }
span { border-color: rgb(177,78,227); }
td.TdClassName
{
border-color: #B14EE3;
}
.TagClassName
{
border-color: #B14EE3;
}
</style>