Shades of Medium Orchid #B76BDD
Tints of Medium Orchid #B76BDD
RGB
CMYK
RGB Variations
Color information
#B76BDD (or 0xB76BDD) is known color: Medium Orchid. HEX triplet: B7, 6B and DD. RGB value is (183,107,221). Sum of RGB (Red+Green+Blue) = 183+107+221=511 (67% of max value = 765). Red value is 183 (71.88% from 255 or 35.81% from 511); Green value is 107 (42.19% from 255 or 20.94% from 511); Blue value is 221 (86.72% from 255 or 43.25% from 511); Max value from RGB is 221 - color contains mainly: blue. Hex color #B76BDD is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #B76BDD is #489422. Grayscale: #8E8E8E. Windows color (decimal): -4756515 or 14511031. OLE color: 14511031.
HSL color Cylindrical-coordinate representation of color #B76BDD: hue angle of 280º 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 #B76BDD is Cyan = 0.17, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 183 | 107 | 221 | - |
| CMYK | 0.17 | 0.52 | 0 | 0.13 |
| HSL | 280º | 0.63% | 0.64% | - |
| HSV(B) | 280º | 0.52% | 0.87% | - |
| XYZ | 37.84 | 25.8 | 71.39 | - |
| YUV | 142.72 | 172.18 | 156.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 183 | 107 | 221 | 0.17 | 0.52 | 0 | 0.13 | 280 | 0.63 | 0.64 |
| Hex | B7 | 6B | DD | 11 | 34 | 0 | D | 118 | 3F | 40 |
| Octal | 267 | 153 | 335 | 21 | 64 | 0 | 15 | 430 | 77 | 100 |
| Binary | 10110111 | 1101011 | 11011101 | 10001 | 110100 | 0 | 1101 | 100011000 | 111111 | 1000000 |
Color Harmonies of #B76BDD
Complementary color
Monochromatic Colors of #B76BDD
Black with #B76BDD
Text Example
Text Example
White with #B76BDD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B76BDD; }
p { color: rgb(183,107,221); }
H1.HeaderClassName
{
color: #B76BDD;
}
.AnyTagClassName
{
color: #B76BDD;
}
</style>
background-color css
<style>
a { background-color: #B76BDD; }
a { background-color: rgb(183,107,221); }
div.DivClassName
{
background-color: #B76BDD;
}
.BgClassName
{
background-color: #B76BDD;
}
</style>
border-color css
<style>
span { border-color: #B76BDD; }
span { border-color: rgb(183,107,221); }
td.TdClassName
{
border-color: #B76BDD;
}
.TagClassName
{
border-color: #B76BDD;
}
</style>