Shades of Medium Orchid #B14DD9
Tints of Medium Orchid #B14DD9
RGB
CMYK
RGB Variations
Color information
#B14DD9 (or 0xB14DD9) is known color: Medium Orchid. HEX triplet: B1, 4D and D9. RGB value is (177,77,217). Sum of RGB (Red+Green+Blue) = 177+77+217=471 (62% of max value = 765). Red value is 177 (69.53% from 255 or 37.58% from 471); Green value is 77 (30.47% from 255 or 16.35% from 471); Blue value is 217 (85.16% from 255 or 46.07% from 471); Max value from RGB is 217 - color contains mainly: blue. Hex color #B14DD9 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #B14DD9 is #4EB226. Grayscale: #7A7A7A. Windows color (decimal): -5157415 or 14241201. OLE color: 14241201.
HSL color Cylindrical-coordinate representation of color #B14DD9: hue angle of 282.86º degrees, saturation: 0.65, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #B14DD9 is Cyan = 0.18, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 177 | 77 | 217 | - |
| CMYK | 0.18 | 0.65 | 0 | 0.15 |
| HSL | 282.86º | 0.65% | 0.58% | - |
| HSV(B) | 282.86º | 0.65% | 0.85% | - |
| XYZ | 33.31 | 19.66 | 67.69 | - |
| YUV | 122.86 | 181.13 | 166.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 177 | 77 | 217 | 0.18 | 0.65 | 0 | 0.15 | 282.86 | 0.65 | 0.58 |
| Hex | B1 | 4D | D9 | 12 | 41 | 0 | F | 11B | 41 | 3A |
| Octal | 261 | 115 | 331 | 22 | 101 | 0 | 17 | 433 | 101 | 72 |
| Binary | 10110001 | 1001101 | 11011001 | 10010 | 1000001 | 0 | 1111 | 100011011 | 1000001 | 111010 |
Color Harmonies of #B14DD9
Complementary color
Monochromatic Colors of #B14DD9
Black with #B14DD9
Text Example
Text Example
White with #B14DD9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B14DD9; }
p { color: rgb(177,77,217); }
H1.HeaderClassName
{
color: #B14DD9;
}
.AnyTagClassName
{
color: #B14DD9;
}
</style>
background-color css
<style>
a { background-color: #B14DD9; }
a { background-color: rgb(177,77,217); }
div.DivClassName
{
background-color: #B14DD9;
}
.BgClassName
{
background-color: #B14DD9;
}
</style>
border-color css
<style>
span { border-color: #B14DD9; }
span { border-color: rgb(177,77,217); }
td.TdClassName
{
border-color: #B14DD9;
}
.TagClassName
{
border-color: #B14DD9;
}
</style>