Shades of Medium Orchid #B76ADE
Tints of Medium Orchid #B76ADE
RGB
CMYK
RGB Variations
Color information
#B76ADE (or 0xB76ADE) is known color: Medium Orchid. HEX triplet: B7, 6A and DE. RGB value is (183,106,222). Sum of RGB (Red+Green+Blue) = 183+106+222=511 (67% of max value = 765). Red value is 183 (71.88% from 255 or 35.81% from 511); Green value is 106 (41.80% from 255 or 20.74% from 511); Blue value is 222 (87.11% from 255 or 43.44% from 511); Max value from RGB is 222 - color contains mainly: blue. Hex color #B76ADE is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #B76ADE is #489521. Grayscale: #8D8D8D. Windows color (decimal): -4756770 or 14576311. OLE color: 14576311.
HSL color Cylindrical-coordinate representation of color #B76ADE: hue angle of 279.83º degrees, saturation: 0.64, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #B76ADE is Cyan = 0.18, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 183 | 106 | 222 | - |
| CMYK | 0.18 | 0.52 | 0 | 0.13 |
| HSL | 279.83º | 0.64% | 0.64% | - |
| HSV(B) | 279.83º | 0.52% | 0.87% | - |
| XYZ | 37.87 | 25.65 | 72.06 | - |
| YUV | 142.25 | 173.01 | 157.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 183 | 106 | 222 | 0.18 | 0.52 | 0 | 0.13 | 279.83 | 0.64 | 0.64 |
| Hex | B7 | 6A | DE | 12 | 34 | 0 | D | 118 | 40 | 40 |
| Octal | 267 | 152 | 336 | 22 | 64 | 0 | 15 | 430 | 100 | 100 |
| Binary | 10110111 | 1101010 | 11011110 | 10010 | 110100 | 0 | 1101 | 100011000 | 1000000 | 1000000 |
Color Harmonies of #B76ADE
Complementary color
Monochromatic Colors of #B76ADE
Black with #B76ADE
Text Example
Text Example
White with #B76ADE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B76ADE; }
p { color: rgb(183,106,222); }
H1.HeaderClassName
{
color: #B76ADE;
}
.AnyTagClassName
{
color: #B76ADE;
}
</style>
background-color css
<style>
a { background-color: #B76ADE; }
a { background-color: rgb(183,106,222); }
div.DivClassName
{
background-color: #B76ADE;
}
.BgClassName
{
background-color: #B76ADE;
}
</style>
border-color css
<style>
span { border-color: #B76ADE; }
span { border-color: rgb(183,106,222); }
td.TdClassName
{
border-color: #B76ADE;
}
.TagClassName
{
border-color: #B76ADE;
}
</style>