Shades of Medium Orchid #B14EEE
Tints of Medium Orchid #B14EEE
RGB
CMYK
RGB Variations
Color information
#B14EEE (or 0xB14EEE) is known color: Medium Orchid. HEX triplet: B1, 4E and EE. RGB value is (177,78,238). Sum of RGB (Red+Green+Blue) = 177+78+238=493 (65% of max value = 765). Red value is 177 (69.53% from 255 or 35.90% from 493); Green value is 78 (30.86% from 255 or 15.82% from 493); Blue value is 238 (93.36% from 255 or 48.28% from 493); Max value from RGB is 238 - color contains mainly: blue. Hex color #B14EEE is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #B14EEE is #4EB111. Grayscale: #7D7D7D. Windows color (decimal): -5157138 or 15617713. OLE color: 15617713.
HSL color Cylindrical-coordinate representation of color #B14EEE: hue angle of 277.12º degrees, saturation: 0.82, 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 #B14EEE is Cyan = 0.26, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 177 | 78 | 238 | - |
| CMYK | 0.26 | 0.67 | 0 | 0.07 |
| HSL | 277.13º | 0.82% | 0.62% | - |
| HSV(B) | 277.13º | 0.67% | 0.93% | - |
| XYZ | 36.29 | 20.97 | 83.02 | - |
| YUV | 125.84 | 191.3 | 164.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 177 | 78 | 238 | 0.26 | 0.67 | 0 | 0.07 | 277.13 | 0.82 | 0.62 |
| Hex | B1 | 4E | EE | 1A | 43 | 0 | 7 | 115 | 52 | 3E |
| Octal | 261 | 116 | 356 | 32 | 103 | 0 | 7 | 425 | 122 | 76 |
| Binary | 10110001 | 1001110 | 11101110 | 11010 | 1000011 | 0 | 111 | 100010101 | 1010010 | 111110 |
Color Harmonies of #B14EEE
Complementary color
Monochromatic Colors of #B14EEE
Black with #B14EEE
Text Example
Text Example
White with #B14EEE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B14EEE; }
p { color: rgb(177,78,238); }
H1.HeaderClassName
{
color: #B14EEE;
}
.AnyTagClassName
{
color: #B14EEE;
}
</style>
background-color css
<style>
a { background-color: #B14EEE; }
a { background-color: rgb(177,78,238); }
div.DivClassName
{
background-color: #B14EEE;
}
.BgClassName
{
background-color: #B14EEE;
}
</style>
border-color css
<style>
span { border-color: #B14EEE; }
span { border-color: rgb(177,78,238); }
td.TdClassName
{
border-color: #B14EEE;
}
.TagClassName
{
border-color: #B14EEE;
}
</style>