Shades of Medium Orchid #B76EDD
Tints of Medium Orchid #B76EDD
RGB
CMYK
RGB Variations
Color information
#B76EDD (or 0xB76EDD) is known color: Medium Orchid. HEX triplet: B7, 6E and DD. RGB value is (183,110,221). Sum of RGB (Red+Green+Blue) = 183+110+221=514 (68% of max value = 765). Red value is 183 (71.88% from 255 or 35.60% from 514); Green value is 110 (43.36% from 255 or 21.40% from 514); Blue value is 221 (86.72% from 255 or 43.00% from 514); Max value from RGB is 221 - color contains mainly: blue. Hex color #B76EDD is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #B76EDD is #489122. Grayscale: #909090. Windows color (decimal): -4755747 or 14511799. OLE color: 14511799.
HSL color Cylindrical-coordinate representation of color #B76EDD: hue angle of 279.46º degrees, saturation: 0.62, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #B76EDD is Cyan = 0.17, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 183 | 110 | 221 | - |
| CMYK | 0.17 | 0.50 | 0 | 0.13 |
| HSL | 279.46º | 0.62% | 0.65% | - |
| HSV(B) | 279.46º | 0.5% | 0.87% | - |
| XYZ | 38.16 | 26.44 | 71.5 | - |
| YUV | 144.48 | 171.18 | 155.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 183 | 110 | 221 | 0.17 | 0.50 | 0 | 0.13 | 279.46 | 0.62 | 0.65 |
| Hex | B7 | 6E | DD | 11 | 32 | 0 | D | 117 | 3E | 41 |
| Octal | 267 | 156 | 335 | 21 | 62 | 0 | 15 | 427 | 76 | 101 |
| Binary | 10110111 | 1101110 | 11011101 | 10001 | 110010 | 0 | 1101 | 100010111 | 111110 | 1000001 |
Color Harmonies of #B76EDD
Complementary color
Monochromatic Colors of #B76EDD
Black with #B76EDD
Text Example
Text Example
White with #B76EDD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B76EDD; }
p { color: rgb(183,110,221); }
H1.HeaderClassName
{
color: #B76EDD;
}
.AnyTagClassName
{
color: #B76EDD;
}
</style>
background-color css
<style>
a { background-color: #B76EDD; }
a { background-color: rgb(183,110,221); }
div.DivClassName
{
background-color: #B76EDD;
}
.BgClassName
{
background-color: #B76EDD;
}
</style>
border-color css
<style>
span { border-color: #B76EDD; }
span { border-color: rgb(183,110,221); }
td.TdClassName
{
border-color: #B76EDD;
}
.TagClassName
{
border-color: #B76EDD;
}
</style>