Shades of Medium Orchid #B76EE1
Tints of Medium Orchid #B76EE1
RGB
CMYK
RGB Variations
Color information
#B76EE1 (or 0xB76EE1) is known color: Medium Orchid. HEX triplet: B7, 6E and E1. RGB value is (183,110,225). Sum of RGB (Red+Green+Blue) = 183+110+225=518 (68% of max value = 765). Red value is 183 (71.88% from 255 or 35.33% from 518); Green value is 110 (43.36% from 255 or 21.24% from 518); Blue value is 225 (88.28% from 255 or 43.44% from 518); Max value from RGB is 225 - color contains mainly: blue. Hex color #B76EE1 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #B76EE1 is #48911E. Grayscale: #909090. Windows color (decimal): -4755743 or 14773943. OLE color: 14773943.
HSL color Cylindrical-coordinate representation of color #B76EE1: hue angle of 278.09º degrees, saturation: 0.66, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #B76EE1 is Cyan = 0.19, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 183 | 110 | 225 | - |
| CMYK | 0.19 | 0.51 | 0 | 0.12 |
| HSL | 278.09º | 0.66% | 0.66% | - |
| HSV(B) | 278.09º | 0.51% | 0.88% | - |
| XYZ | 38.69 | 26.66 | 74.34 | - |
| YUV | 144.94 | 173.18 | 155.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 183 | 110 | 225 | 0.19 | 0.51 | 0 | 0.12 | 278.09 | 0.66 | 0.66 |
| Hex | B7 | 6E | E1 | 13 | 33 | 0 | C | 116 | 42 | 42 |
| Octal | 267 | 156 | 341 | 23 | 63 | 0 | 14 | 426 | 102 | 102 |
| Binary | 10110111 | 1101110 | 11100001 | 10011 | 110011 | 0 | 1100 | 100010110 | 1000010 | 1000010 |
Color Harmonies of #B76EE1
Complementary color
Monochromatic Colors of #B76EE1
Black with #B76EE1
Text Example
Text Example
White with #B76EE1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B76EE1; }
p { color: rgb(183,110,225); }
H1.HeaderClassName
{
color: #B76EE1;
}
.AnyTagClassName
{
color: #B76EE1;
}
</style>
background-color css
<style>
a { background-color: #B76EE1; }
a { background-color: rgb(183,110,225); }
div.DivClassName
{
background-color: #B76EE1;
}
.BgClassName
{
background-color: #B76EE1;
}
</style>
border-color css
<style>
span { border-color: #B76EE1; }
span { border-color: rgb(183,110,225); }
td.TdClassName
{
border-color: #B76EE1;
}
.TagClassName
{
border-color: #B76EE1;
}
</style>