Shades of Medium Orchid #B76EE4
Tints of Medium Orchid #B76EE4
RGB
CMYK
RGB Variations
Color information
#B76EE4 (or 0xB76EE4) is known color: Medium Orchid. HEX triplet: B7, 6E and E4. RGB value is (183,110,228). Sum of RGB (Red+Green+Blue) = 183+110+228=521 (69% of max value = 765). Red value is 183 (71.88% from 255 or 35.12% from 521); Green value is 110 (43.36% from 255 or 21.11% from 521); Blue value is 228 (89.45% from 255 or 43.76% from 521); Max value from RGB is 228 - color contains mainly: blue. Hex color #B76EE4 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #B76EE4 is #48911B. Grayscale: #909090. Windows color (decimal): -4755740 or 14970551. OLE color: 14970551.
HSL color Cylindrical-coordinate representation of color #B76EE4: hue angle of 277.12º degrees, saturation: 0.69, 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 #B76EE4 is Cyan = 0.20, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 183 | 110 | 228 | - |
| CMYK | 0.20 | 0.52 | 0 | 0.11 |
| HSL | 277.12º | 0.69% | 0.66% | - |
| HSV(B) | 277.12º | 0.52% | 0.89% | - |
| XYZ | 39.11 | 26.82 | 76.51 | - |
| YUV | 145.28 | 174.68 | 154.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 183 | 110 | 228 | 0.20 | 0.52 | 0 | 0.11 | 277.12 | 0.69 | 0.66 |
| Hex | B7 | 6E | E4 | 14 | 34 | 0 | B | 115 | 45 | 42 |
| Octal | 267 | 156 | 344 | 24 | 64 | 0 | 13 | 425 | 105 | 102 |
| Binary | 10110111 | 1101110 | 11100100 | 10100 | 110100 | 0 | 1011 | 100010101 | 1000101 | 1000010 |
Color Harmonies of #B76EE4
Complementary color
Monochromatic Colors of #B76EE4
Black with #B76EE4
Text Example
Text Example
White with #B76EE4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B76EE4; }
p { color: rgb(183,110,228); }
H1.HeaderClassName
{
color: #B76EE4;
}
.AnyTagClassName
{
color: #B76EE4;
}
</style>
background-color css
<style>
a { background-color: #B76EE4; }
a { background-color: rgb(183,110,228); }
div.DivClassName
{
background-color: #B76EE4;
}
.BgClassName
{
background-color: #B76EE4;
}
</style>
border-color css
<style>
span { border-color: #B76EE4; }
span { border-color: rgb(183,110,228); }
td.TdClassName
{
border-color: #B76EE4;
}
.TagClassName
{
border-color: #B76EE4;
}
</style>