Shades of Medium Orchid #B76EE0
Tints of Medium Orchid #B76EE0
RGB
CMYK
RGB Variations
Color information
#B76EE0 (or 0xB76EE0) is known color: Medium Orchid. HEX triplet: B7, 6E and E0. RGB value is (183,110,224). Sum of RGB (Red+Green+Blue) = 183+110+224=517 (68% of max value = 765). Red value is 183 (71.88% from 255 or 35.40% from 517); Green value is 110 (43.36% from 255 or 21.28% from 517); Blue value is 224 (87.89% from 255 or 43.33% from 517); Max value from RGB is 224 - color contains mainly: blue. Hex color #B76EE0 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #B76EE0 is #48911F. Grayscale: #909090. Windows color (decimal): -4755744 or 14708407. OLE color: 14708407.
HSL color Cylindrical-coordinate representation of color #B76EE0: hue angle of 278.42º degrees, saturation: 0.65, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #B76EE0 is Cyan = 0.18, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 183 | 110 | 224 | - |
| CMYK | 0.18 | 0.51 | 0 | 0.12 |
| HSL | 278.42º | 0.65% | 0.65% | - |
| HSV(B) | 278.42º | 0.51% | 0.88% | - |
| XYZ | 38.56 | 26.6 | 73.62 | - |
| YUV | 144.82 | 172.68 | 155.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 183 | 110 | 224 | 0.18 | 0.51 | 0 | 0.12 | 278.42 | 0.65 | 0.65 |
| Hex | B7 | 6E | E0 | 12 | 33 | 0 | C | 116 | 41 | 41 |
| Octal | 267 | 156 | 340 | 22 | 63 | 0 | 14 | 426 | 101 | 101 |
| Binary | 10110111 | 1101110 | 11100000 | 10010 | 110011 | 0 | 1100 | 100010110 | 1000001 | 1000001 |
Color Harmonies of #B76EE0
Complementary color
Monochromatic Colors of #B76EE0
Black with #B76EE0
Text Example
Text Example
White with #B76EE0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B76EE0; }
p { color: rgb(183,110,224); }
H1.HeaderClassName
{
color: #B76EE0;
}
.AnyTagClassName
{
color: #B76EE0;
}
</style>
background-color css
<style>
a { background-color: #B76EE0; }
a { background-color: rgb(183,110,224); }
div.DivClassName
{
background-color: #B76EE0;
}
.BgClassName
{
background-color: #B76EE0;
}
</style>
border-color css
<style>
span { border-color: #B76EE0; }
span { border-color: rgb(183,110,224); }
td.TdClassName
{
border-color: #B76EE0;
}
.TagClassName
{
border-color: #B76EE0;
}
</style>