Shades of Medium Orchid #B76EDE
Tints of Medium Orchid #B76EDE
RGB
CMYK
RGB Variations
Color information
#B76EDE (or 0xB76EDE) is known color: Medium Orchid. HEX triplet: B7, 6E and DE. RGB value is (183,110,222). Sum of RGB (Red+Green+Blue) = 183+110+222=515 (68% of max value = 765). Red value is 183 (71.88% from 255 or 35.53% from 515); Green value is 110 (43.36% from 255 or 21.36% from 515); Blue value is 222 (87.11% from 255 or 43.11% from 515); Max value from RGB is 222 - color contains mainly: blue. Hex color #B76EDE is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #B76EDE is #489121. Grayscale: #909090. Windows color (decimal): -4755746 or 14577335. OLE color: 14577335.
HSL color Cylindrical-coordinate representation of color #B76EDE: hue angle of 279.11º degrees, saturation: 0.63, 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 #B76EDE is Cyan = 0.18, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 183 | 110 | 222 | - |
| CMYK | 0.18 | 0.50 | 0 | 0.13 |
| HSL | 279.11º | 0.63% | 0.65% | - |
| HSV(B) | 279.11º | 0.5% | 0.87% | - |
| XYZ | 38.29 | 26.49 | 72.2 | - |
| YUV | 144.6 | 171.68 | 155.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 183 | 110 | 222 | 0.18 | 0.50 | 0 | 0.13 | 279.11 | 0.63 | 0.65 |
| Hex | B7 | 6E | DE | 12 | 32 | 0 | D | 117 | 3F | 41 |
| Octal | 267 | 156 | 336 | 22 | 62 | 0 | 15 | 427 | 77 | 101 |
| Binary | 10110111 | 1101110 | 11011110 | 10010 | 110010 | 0 | 1101 | 100010111 | 111111 | 1000001 |
Color Harmonies of #B76EDE
Complementary color
Monochromatic Colors of #B76EDE
Black with #B76EDE
Text Example
Text Example
White with #B76EDE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B76EDE; }
p { color: rgb(183,110,222); }
H1.HeaderClassName
{
color: #B76EDE;
}
.AnyTagClassName
{
color: #B76EDE;
}
</style>
background-color css
<style>
a { background-color: #B76EDE; }
a { background-color: rgb(183,110,222); }
div.DivClassName
{
background-color: #B76EDE;
}
.BgClassName
{
background-color: #B76EDE;
}
</style>
border-color css
<style>
span { border-color: #B76EDE; }
span { border-color: rgb(183,110,222); }
td.TdClassName
{
border-color: #B76EDE;
}
.TagClassName
{
border-color: #B76EDE;
}
</style>