Shades of Medium Orchid #B76EE3
Tints of Medium Orchid #B76EE3
RGB
CMYK
RGB Variations
Color information
#B76EE3 (or 0xB76EE3) is known color: Medium Orchid. HEX triplet: B7, 6E and E3. RGB value is (183,110,227). Sum of RGB (Red+Green+Blue) = 183+110+227=520 (68% of max value = 765). Red value is 183 (71.88% from 255 or 35.19% from 520); Green value is 110 (43.36% from 255 or 21.15% from 520); Blue value is 227 (89.06% from 255 or 43.65% from 520); Max value from RGB is 227 - color contains mainly: blue. Hex color #B76EE3 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #B76EE3 is #48911C. Grayscale: #909090. Windows color (decimal): -4755741 or 14905015. OLE color: 14905015.
HSL color Cylindrical-coordinate representation of color #B76EE3: hue angle of 277.44º degrees, saturation: 0.68, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #B76EE3 is Cyan = 0.19, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 183 | 110 | 227 | - |
| CMYK | 0.19 | 0.52 | 0 | 0.11 |
| HSL | 277.44º | 0.68% | 0.66% | - |
| HSV(B) | 277.44º | 0.52% | 0.89% | - |
| XYZ | 38.97 | 26.77 | 75.79 | - |
| YUV | 145.17 | 174.18 | 154.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 183 | 110 | 227 | 0.19 | 0.52 | 0 | 0.11 | 277.44 | 0.68 | 0.66 |
| Hex | B7 | 6E | E3 | 13 | 34 | 0 | B | 115 | 44 | 42 |
| Octal | 267 | 156 | 343 | 23 | 64 | 0 | 13 | 425 | 104 | 102 |
| Binary | 10110111 | 1101110 | 11100011 | 10011 | 110100 | 0 | 1011 | 100010101 | 1000100 | 1000010 |
Color Harmonies of #B76EE3
Complementary color
Monochromatic Colors of #B76EE3
Black with #B76EE3
Text Example
Text Example
White with #B76EE3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B76EE3; }
p { color: rgb(183,110,227); }
H1.HeaderClassName
{
color: #B76EE3;
}
.AnyTagClassName
{
color: #B76EE3;
}
</style>
background-color css
<style>
a { background-color: #B76EE3; }
a { background-color: rgb(183,110,227); }
div.DivClassName
{
background-color: #B76EE3;
}
.BgClassName
{
background-color: #B76EE3;
}
</style>
border-color css
<style>
span { border-color: #B76EE3; }
span { border-color: rgb(183,110,227); }
td.TdClassName
{
border-color: #B76EE3;
}
.TagClassName
{
border-color: #B76EE3;
}
</style>