Shades of Medium Orchid #B76ADD
Tints of Medium Orchid #B76ADD
RGB
CMYK
RGB Variations
Color information
#B76ADD (or 0xB76ADD) is known color: Medium Orchid. HEX triplet: B7, 6A and DD. RGB value is (183,106,221). Sum of RGB (Red+Green+Blue) = 183+106+221=510 (67% of max value = 765). Red value is 183 (71.88% from 255 or 35.88% from 510); Green value is 106 (41.80% from 255 or 20.78% from 510); Blue value is 221 (86.72% from 255 or 43.33% from 510); Max value from RGB is 221 - color contains mainly: blue. Hex color #B76ADD is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #B76ADD is #489522. Grayscale: #8D8D8D. Windows color (decimal): -4756771 or 14510775. OLE color: 14510775.
HSL color Cylindrical-coordinate representation of color #B76ADD: hue angle of 280.17º degrees, saturation: 0.63, 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 #B76ADD is Cyan = 0.17, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 183 | 106 | 221 | - |
| CMYK | 0.17 | 0.52 | 0 | 0.13 |
| HSL | 280.17º | 0.63% | 0.64% | - |
| HSV(B) | 280.17º | 0.52% | 0.87% | - |
| XYZ | 37.73 | 25.6 | 71.36 | - |
| YUV | 142.13 | 172.51 | 157.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 183 | 106 | 221 | 0.17 | 0.52 | 0 | 0.13 | 280.17 | 0.63 | 0.64 |
| Hex | B7 | 6A | DD | 11 | 34 | 0 | D | 118 | 3F | 40 |
| Octal | 267 | 152 | 335 | 21 | 64 | 0 | 15 | 430 | 77 | 100 |
| Binary | 10110111 | 1101010 | 11011101 | 10001 | 110100 | 0 | 1101 | 100011000 | 111111 | 1000000 |
Color Harmonies of #B76ADD
Complementary color
Monochromatic Colors of #B76ADD
Black with #B76ADD
Text Example
Text Example
White with #B76ADD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B76ADD; }
p { color: rgb(183,106,221); }
H1.HeaderClassName
{
color: #B76ADD;
}
.AnyTagClassName
{
color: #B76ADD;
}
</style>
background-color css
<style>
a { background-color: #B76ADD; }
a { background-color: rgb(183,106,221); }
div.DivClassName
{
background-color: #B76ADD;
}
.BgClassName
{
background-color: #B76ADD;
}
</style>
border-color css
<style>
span { border-color: #B76ADD; }
span { border-color: rgb(183,106,221); }
td.TdClassName
{
border-color: #B76ADD;
}
.TagClassName
{
border-color: #B76ADD;
}
</style>