Shades of Medium Orchid #B76BDB
Tints of Medium Orchid #B76BDB
RGB
CMYK
RGB Variations
Color information
#B76BDB (or 0xB76BDB) is known color: Medium Orchid. HEX triplet: B7, 6B and DB. RGB value is (183,107,219). Sum of RGB (Red+Green+Blue) = 183+107+219=509 (67% of max value = 765). Red value is 183 (71.88% from 255 or 35.95% from 509); Green value is 107 (42.19% from 255 or 21.02% from 509); Blue value is 219 (85.94% from 255 or 43.03% from 509); Max value from RGB is 219 - color contains mainly: blue. Hex color #B76BDB is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #B76BDB is #489424. Grayscale: #8E8E8E. Windows color (decimal): -4756517 or 14379959. OLE color: 14379959.
HSL color Cylindrical-coordinate representation of color #B76BDB: hue angle of 280.71º degrees, saturation: 0.61, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #B76BDB is Cyan = 0.16, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 183 | 107 | 219 | - |
| CMYK | 0.16 | 0.51 | 0 | 0.14 |
| HSL | 280.71º | 0.61% | 0.64% | - |
| HSV(B) | 280.71º | 0.51% | 0.86% | - |
| XYZ | 37.57 | 25.7 | 70 | - |
| YUV | 142.49 | 171.18 | 156.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 183 | 107 | 219 | 0.16 | 0.51 | 0 | 0.14 | 280.71 | 0.61 | 0.64 |
| Hex | B7 | 6B | DB | 10 | 33 | 0 | E | 119 | 3D | 40 |
| Octal | 267 | 153 | 333 | 20 | 63 | 0 | 16 | 431 | 75 | 100 |
| Binary | 10110111 | 1101011 | 11011011 | 10000 | 110011 | 0 | 1110 | 100011001 | 111101 | 1000000 |
Color Harmonies of #B76BDB
Complementary color
Monochromatic Colors of #B76BDB
Black with #B76BDB
Text Example
Text Example
White with #B76BDB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B76BDB; }
p { color: rgb(183,107,219); }
H1.HeaderClassName
{
color: #B76BDB;
}
.AnyTagClassName
{
color: #B76BDB;
}
</style>
background-color css
<style>
a { background-color: #B76BDB; }
a { background-color: rgb(183,107,219); }
div.DivClassName
{
background-color: #B76BDB;
}
.BgClassName
{
background-color: #B76BDB;
}
</style>
border-color css
<style>
span { border-color: #B76BDB; }
span { border-color: rgb(183,107,219); }
td.TdClassName
{
border-color: #B76BDB;
}
.TagClassName
{
border-color: #B76BDB;
}
</style>