Shades of Medium Orchid #B76FDB
Tints of Medium Orchid #B76FDB
RGB
CMYK
RGB Variations
Color information
#B76FDB (or 0xB76FDB) is known color: Medium Orchid. HEX triplet: B7, 6F and DB. RGB value is (183,111,219). Sum of RGB (Red+Green+Blue) = 183+111+219=513 (67% of max value = 765). Red value is 183 (71.88% from 255 or 35.67% from 513); Green value is 111 (43.75% from 255 or 21.64% from 513); Blue value is 219 (85.94% from 255 or 42.69% from 513); Max value from RGB is 219 - color contains mainly: blue. Hex color #B76FDB is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #B76FDB is #489024. Grayscale: #909090. Windows color (decimal): -4755493 or 14380983. OLE color: 14380983.
HSL color Cylindrical-coordinate representation of color #B76FDB: hue angle of 280º degrees, saturation: 0.6, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #B76FDB is Cyan = 0.16, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 183 | 111 | 219 | - |
| CMYK | 0.16 | 0.49 | 0 | 0.14 |
| HSL | 280º | 0.6% | 0.65% | - |
| HSV(B) | 280º | 0.49% | 0.86% | - |
| XYZ | 38 | 26.55 | 70.14 | - |
| YUV | 144.84 | 169.85 | 155.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 183 | 111 | 219 | 0.16 | 0.49 | 0 | 0.14 | 280 | 0.6 | 0.65 |
| Hex | B7 | 6F | DB | 10 | 31 | 0 | E | 118 | 3C | 41 |
| Octal | 267 | 157 | 333 | 20 | 61 | 0 | 16 | 430 | 74 | 101 |
| Binary | 10110111 | 1101111 | 11011011 | 10000 | 110001 | 0 | 1110 | 100011000 | 111100 | 1000001 |
Color Harmonies of #B76FDB
Complementary color
Monochromatic Colors of #B76FDB
Black with #B76FDB
Text Example
Text Example
White with #B76FDB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B76FDB; }
p { color: rgb(183,111,219); }
H1.HeaderClassName
{
color: #B76FDB;
}
.AnyTagClassName
{
color: #B76FDB;
}
</style>
background-color css
<style>
a { background-color: #B76FDB; }
a { background-color: rgb(183,111,219); }
div.DivClassName
{
background-color: #B76FDB;
}
.BgClassName
{
background-color: #B76FDB;
}
</style>
border-color css
<style>
span { border-color: #B76FDB; }
span { border-color: rgb(183,111,219); }
td.TdClassName
{
border-color: #B76FDB;
}
.TagClassName
{
border-color: #B76FDB;
}
</style>