Shades of Medium Orchid #B76EDA
Tints of Medium Orchid #B76EDA
RGB
CMYK
RGB Variations
Color information
#B76EDA (or 0xB76EDA) is known color: Medium Orchid. HEX triplet: B7, 6E and DA. RGB value is (183,110,218). Sum of RGB (Red+Green+Blue) = 183+110+218=511 (67% of max value = 765). Red value is 183 (71.88% from 255 or 35.81% from 511); Green value is 110 (43.36% from 255 or 21.53% from 511); Blue value is 218 (85.55% from 255 or 42.66% from 511); Max value from RGB is 218 - color contains mainly: blue. Hex color #B76EDA is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #B76EDA is #489125. Grayscale: #8F8F8F. Windows color (decimal): -4755750 or 14315191. OLE color: 14315191.
HSL color Cylindrical-coordinate representation of color #B76EDA: hue angle of 280.56º degrees, saturation: 0.59, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #B76EDA is Cyan = 0.16, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 183 | 110 | 218 | - |
| CMYK | 0.16 | 0.50 | 0 | 0.15 |
| HSL | 280.56º | 0.59% | 0.64% | - |
| HSV(B) | 280.56º | 0.5% | 0.85% | - |
| XYZ | 37.76 | 26.28 | 69.41 | - |
| YUV | 144.14 | 169.68 | 155.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 183 | 110 | 218 | 0.16 | 0.50 | 0 | 0.15 | 280.56 | 0.59 | 0.64 |
| Hex | B7 | 6E | DA | 10 | 32 | 0 | F | 119 | 3B | 40 |
| Octal | 267 | 156 | 332 | 20 | 62 | 0 | 17 | 431 | 73 | 100 |
| Binary | 10110111 | 1101110 | 11011010 | 10000 | 110010 | 0 | 1111 | 100011001 | 111011 | 1000000 |
Color Harmonies of #B76EDA
Complementary color
Monochromatic Colors of #B76EDA
Black with #B76EDA
Text Example
Text Example
White with #B76EDA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B76EDA; }
p { color: rgb(183,110,218); }
H1.HeaderClassName
{
color: #B76EDA;
}
.AnyTagClassName
{
color: #B76EDA;
}
</style>
background-color css
<style>
a { background-color: #B76EDA; }
a { background-color: rgb(183,110,218); }
div.DivClassName
{
background-color: #B76EDA;
}
.BgClassName
{
background-color: #B76EDA;
}
</style>
border-color css
<style>
span { border-color: #B76EDA; }
span { border-color: rgb(183,110,218); }
td.TdClassName
{
border-color: #B76EDA;
}
.TagClassName
{
border-color: #B76EDA;
}
</style>