Shades of Medium Orchid #B76AE5
Tints of Medium Orchid #B76AE5
RGB
CMYK
RGB Variations
Color information
#B76AE5 (or 0xB76AE5) is known color: Medium Orchid. HEX triplet: B7, 6A and E5. RGB value is (183,106,229). Sum of RGB (Red+Green+Blue) = 183+106+229=518 (68% of max value = 765). Red value is 183 (71.88% from 255 or 35.33% from 518); Green value is 106 (41.80% from 255 or 20.46% from 518); Blue value is 229 (89.84% from 255 or 44.21% from 518); Max value from RGB is 229 - color contains mainly: blue. Hex color #B76AE5 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #B76AE5 is #48951A. Grayscale: #8E8E8E. Windows color (decimal): -4756763 or 15035063. OLE color: 15035063.
HSL color Cylindrical-coordinate representation of color #B76AE5: hue angle of 277.56º degrees, saturation: 0.7, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #B76AE5 is Cyan = 0.20, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 183 | 106 | 229 | - |
| CMYK | 0.20 | 0.54 | 0 | 0.10 |
| HSL | 277.56º | 0.7% | 0.66% | - |
| HSV(B) | 277.56º | 0.54% | 0.9% | - |
| XYZ | 38.83 | 26.03 | 77.11 | - |
| YUV | 143.05 | 176.51 | 156.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 183 | 106 | 229 | 0.20 | 0.54 | 0 | 0.10 | 277.56 | 0.7 | 0.66 |
| Hex | B7 | 6A | E5 | 14 | 36 | 0 | A | 116 | 46 | 42 |
| Octal | 267 | 152 | 345 | 24 | 66 | 0 | 12 | 426 | 106 | 102 |
| Binary | 10110111 | 1101010 | 11100101 | 10100 | 110110 | 0 | 1010 | 100010110 | 1000110 | 1000010 |
Color Harmonies of #B76AE5
Complementary color
Monochromatic Colors of #B76AE5
Black with #B76AE5
Text Example
Text Example
White with #B76AE5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B76AE5; }
p { color: rgb(183,106,229); }
H1.HeaderClassName
{
color: #B76AE5;
}
.AnyTagClassName
{
color: #B76AE5;
}
</style>
background-color css
<style>
a { background-color: #B76AE5; }
a { background-color: rgb(183,106,229); }
div.DivClassName
{
background-color: #B76AE5;
}
.BgClassName
{
background-color: #B76AE5;
}
</style>
border-color css
<style>
span { border-color: #B76AE5; }
span { border-color: rgb(183,106,229); }
td.TdClassName
{
border-color: #B76AE5;
}
.TagClassName
{
border-color: #B76AE5;
}
</style>