Shades of Medium Orchid #B776DB
Tints of Medium Orchid #B776DB
RGB
CMYK
RGB Variations
Color information
#B776DB (or 0xB776DB) is known color: Medium Orchid. HEX triplet: B7, 76 and DB. RGB value is (183,118,219). Sum of RGB (Red+Green+Blue) = 183+118+219=520 (68% of max value = 765). Red value is 183 (71.88% from 255 or 35.19% from 520); Green value is 118 (46.48% from 255 or 22.69% from 520); Blue value is 219 (85.94% from 255 or 42.12% from 520); Max value from RGB is 219 - color contains mainly: blue. Hex color #B776DB is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #B776DB is #488924. Grayscale: #949494. Windows color (decimal): -4753701 or 14382775. OLE color: 14382775.
HSL color Cylindrical-coordinate representation of color #B776DB: hue angle of 278.61º degrees, saturation: 0.58, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #B776DB is Cyan = 0.16, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 183 | 118 | 219 | - |
| CMYK | 0.16 | 0.46 | 0 | 0.14 |
| HSL | 278.61º | 0.58% | 0.66% | - |
| HSV(B) | 278.61º | 0.46% | 0.86% | - |
| XYZ | 38.79 | 28.14 | 70.4 | - |
| YUV | 148.95 | 167.53 | 152.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 183 | 118 | 219 | 0.16 | 0.46 | 0 | 0.14 | 278.61 | 0.58 | 0.66 |
| Hex | B7 | 76 | DB | 10 | 2E | 0 | E | 117 | 3A | 42 |
| Octal | 267 | 166 | 333 | 20 | 56 | 0 | 16 | 427 | 72 | 102 |
| Binary | 10110111 | 1110110 | 11011011 | 10000 | 101110 | 0 | 1110 | 100010111 | 111010 | 1000010 |
Color Harmonies of #B776DB
Complementary color
Monochromatic Colors of #B776DB
Black with #B776DB
Text Example
Text Example
White with #B776DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B776DB; }
p { color: rgb(183,118,219); }
H1.HeaderClassName
{
color: #B776DB;
}
.AnyTagClassName
{
color: #B776DB;
}
</style>
background-color css
<style>
a { background-color: #B776DB; }
a { background-color: rgb(183,118,219); }
div.DivClassName
{
background-color: #B776DB;
}
.BgClassName
{
background-color: #B776DB;
}
</style>
border-color css
<style>
span { border-color: #B776DB; }
span { border-color: rgb(183,118,219); }
td.TdClassName
{
border-color: #B776DB;
}
.TagClassName
{
border-color: #B776DB;
}
</style>