Shades of Medium Orchid #B14ED8
Tints of Medium Orchid #B14ED8
RGB
CMYK
RGB Variations
Color information
#B14ED8 (or 0xB14ED8) is known color: Medium Orchid. HEX triplet: B1, 4E and D8. RGB value is (177,78,216). Sum of RGB (Red+Green+Blue) = 177+78+216=471 (62% of max value = 765). Red value is 177 (69.53% from 255 or 37.58% from 471); Green value is 78 (30.86% from 255 or 16.56% from 471); Blue value is 216 (84.77% from 255 or 45.86% from 471); Max value from RGB is 216 - color contains mainly: blue. Hex color #B14ED8 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #B14ED8 is #4EB127. Grayscale: #7A7A7A. Windows color (decimal): -5157160 or 14175921. OLE color: 14175921.
HSL color Cylindrical-coordinate representation of color #B14ED8: hue angle of 283.04º degrees, saturation: 0.64, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #B14ED8 is Cyan = 0.18, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 177 | 78 | 216 | - |
| CMYK | 0.18 | 0.64 | 0 | 0.15 |
| HSL | 283.04º | 0.64% | 0.58% | - |
| HSV(B) | 283.04º | 0.64% | 0.85% | - |
| XYZ | 33.25 | 19.75 | 67.03 | - |
| YUV | 123.33 | 180.3 | 166.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 177 | 78 | 216 | 0.18 | 0.64 | 0 | 0.15 | 283.04 | 0.64 | 0.58 |
| Hex | B1 | 4E | D8 | 12 | 40 | 0 | F | 11B | 40 | 3A |
| Octal | 261 | 116 | 330 | 22 | 100 | 0 | 17 | 433 | 100 | 72 |
| Binary | 10110001 | 1001110 | 11011000 | 10010 | 1000000 | 0 | 1111 | 100011011 | 1000000 | 111010 |
Color Harmonies of #B14ED8
Complementary color
Monochromatic Colors of #B14ED8
Black with #B14ED8
Text Example
Text Example
White with #B14ED8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B14ED8; }
p { color: rgb(177,78,216); }
H1.HeaderClassName
{
color: #B14ED8;
}
.AnyTagClassName
{
color: #B14ED8;
}
</style>
background-color css
<style>
a { background-color: #B14ED8; }
a { background-color: rgb(177,78,216); }
div.DivClassName
{
background-color: #B14ED8;
}
.BgClassName
{
background-color: #B14ED8;
}
</style>
border-color css
<style>
span { border-color: #B14ED8; }
span { border-color: rgb(177,78,216); }
td.TdClassName
{
border-color: #B14ED8;
}
.TagClassName
{
border-color: #B14ED8;
}
</style>