Shades of Medium Orchid #B76ED9
Tints of Medium Orchid #B76ED9
RGB
CMYK
RGB Variations
Color information
#B76ED9 (or 0xB76ED9) is known color: Medium Orchid. HEX triplet: B7, 6E and D9. RGB value is (183,110,217). Sum of RGB (Red+Green+Blue) = 183+110+217=510 (67% of max value = 765). Red value is 183 (71.88% from 255 or 35.88% from 510); Green value is 110 (43.36% from 255 or 21.57% from 510); Blue value is 217 (85.16% from 255 or 42.55% from 510); Max value from RGB is 217 - color contains mainly: blue. Hex color #B76ED9 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #B76ED9 is #489126. Grayscale: #8F8F8F. Windows color (decimal): -4755751 or 14249655. OLE color: 14249655.
HSL color Cylindrical-coordinate representation of color #B76ED9: hue angle of 280.93º degrees, saturation: 0.58, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #B76ED9 is Cyan = 0.16, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 183 | 110 | 217 | - |
| CMYK | 0.16 | 0.49 | 0 | 0.15 |
| HSL | 280.93º | 0.58% | 0.64% | - |
| HSV(B) | 280.93º | 0.49% | 0.85% | - |
| XYZ | 37.63 | 26.23 | 68.73 | - |
| YUV | 144.03 | 169.18 | 155.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 183 | 110 | 217 | 0.16 | 0.49 | 0 | 0.15 | 280.93 | 0.58 | 0.64 |
| Hex | B7 | 6E | D9 | 10 | 31 | 0 | F | 119 | 3A | 40 |
| Octal | 267 | 156 | 331 | 20 | 61 | 0 | 17 | 431 | 72 | 100 |
| Binary | 10110111 | 1101110 | 11011001 | 10000 | 110001 | 0 | 1111 | 100011001 | 111010 | 1000000 |
Color Harmonies of #B76ED9
Complementary color
Monochromatic Colors of #B76ED9
Black with #B76ED9
Text Example
Text Example
White with #B76ED9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B76ED9; }
p { color: rgb(183,110,217); }
H1.HeaderClassName
{
color: #B76ED9;
}
.AnyTagClassName
{
color: #B76ED9;
}
</style>
background-color css
<style>
a { background-color: #B76ED9; }
a { background-color: rgb(183,110,217); }
div.DivClassName
{
background-color: #B76ED9;
}
.BgClassName
{
background-color: #B76ED9;
}
</style>
border-color css
<style>
span { border-color: #B76ED9; }
span { border-color: rgb(183,110,217); }
td.TdClassName
{
border-color: #B76ED9;
}
.TagClassName
{
border-color: #B76ED9;
}
</style>