Shades of Medium Orchid #B677DB
Tints of Medium Orchid #B677DB
RGB
CMYK
RGB Variations
Color information
#B677DB (or 0xB677DB) is known color: Medium Orchid. HEX triplet: B6, 77 and DB. RGB value is (182,119,219). Sum of RGB (Red+Green+Blue) = 182+119+219=520 (68% of max value = 765). Red value is 182 (71.48% from 255 or 35% from 520); Green value is 119 (46.88% from 255 or 22.88% 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 #B677DB is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #B677DB is #498824. Grayscale: #949494. Windows color (decimal): -4818981 or 14383030. OLE color: 14383030.
HSL color Cylindrical-coordinate representation of color #B677DB: hue angle of 277.8º 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 #B677DB is Cyan = 0.17, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 182 | 119 | 219 | - |
| CMYK | 0.17 | 0.46 | 0 | 0.14 |
| HSL | 277.8º | 0.58% | 0.66% | - |
| HSV(B) | 277.8º | 0.46% | 0.86% | - |
| XYZ | 38.67 | 28.25 | 70.43 | - |
| YUV | 149.24 | 167.37 | 151.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 182 | 119 | 219 | 0.17 | 0.46 | 0 | 0.14 | 277.8 | 0.58 | 0.66 |
| Hex | B6 | 77 | DB | 11 | 2E | 0 | E | 116 | 3A | 42 |
| Octal | 266 | 167 | 333 | 21 | 56 | 0 | 16 | 426 | 72 | 102 |
| Binary | 10110110 | 1110111 | 11011011 | 10001 | 101110 | 0 | 1110 | 100010110 | 111010 | 1000010 |
Color Harmonies of #B677DB
Complementary color
Monochromatic Colors of #B677DB
Black with #B677DB
Text Example
Text Example
White with #B677DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B677DB; }
p { color: rgb(182,119,219); }
H1.HeaderClassName
{
color: #B677DB;
}
.AnyTagClassName
{
color: #B677DB;
}
</style>
background-color css
<style>
a { background-color: #B677DB; }
a { background-color: rgb(182,119,219); }
div.DivClassName
{
background-color: #B677DB;
}
.BgClassName
{
background-color: #B677DB;
}
</style>
border-color css
<style>
span { border-color: #B677DB; }
span { border-color: rgb(182,119,219); }
td.TdClassName
{
border-color: #B677DB;
}
.TagClassName
{
border-color: #B677DB;
}
</style>