Shades of East Side #B68DBC
Tints of East Side #B68DBC
RGB
CMYK
RGB Variations
Color information
#B68DBC (or 0xB68DBC) is known color: East Side. HEX triplet: B6, 8D and BC. RGB value is (182,141,188). Sum of RGB (Red+Green+Blue) = 182+141+188=511 (67% of max value = 765). Red value is 182 (71.48% from 255 or 35.62% from 511); Green value is 141 (55.47% from 255 or 27.59% from 511); Blue value is 188 (73.83% from 255 or 36.79% from 511); Max value from RGB is 188 - color contains mainly: blue. Hex color #B68DBC is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #B68DBC is #497243. Grayscale: #9E9E9E. Windows color (decimal): -4813380 or 12357046. OLE color: 12357046.
HSL color Cylindrical-coordinate representation of color #B68DBC: hue angle of 292.34º degrees, saturation: 0.26, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #B68DBC is Cyan = 0.03, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 182 | 141 | 188 | - |
| CMYK | 0.03 | 0.25 | 0 | 0.26 |
| HSL | 292.34º | 0.26% | 0.65% | - |
| HSV(B) | 292.34º | 0.25% | 0.74% | - |
| XYZ | 37.89 | 32.63 | 51.88 | - |
| YUV | 158.62 | 144.58 | 144.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 182 | 141 | 188 | 0.03 | 0.25 | 0 | 0.26 | 292.34 | 0.26 | 0.65 |
| Hex | B6 | 8D | BC | 3 | 19 | 0 | 1A | 124 | 1A | 41 |
| Octal | 266 | 215 | 274 | 3 | 31 | 0 | 32 | 444 | 32 | 101 |
| Binary | 10110110 | 10001101 | 10111100 | 11 | 11001 | 0 | 11010 | 100100100 | 11010 | 1000001 |
Color Harmonies of #B68DBC
Complementary color
Monochromatic Colors of #B68DBC
Black with #B68DBC
Text Example
Text Example
White with #B68DBC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B68DBC; }
p { color: rgb(182,141,188); }
H1.HeaderClassName
{
color: #B68DBC;
}
.AnyTagClassName
{
color: #B68DBC;
}
</style>
background-color css
<style>
a { background-color: #B68DBC; }
a { background-color: rgb(182,141,188); }
div.DivClassName
{
background-color: #B68DBC;
}
.BgClassName
{
background-color: #B68DBC;
}
</style>
border-color css
<style>
span { border-color: #B68DBC; }
span { border-color: rgb(182,141,188); }
td.TdClassName
{
border-color: #B68DBC;
}
.TagClassName
{
border-color: #B68DBC;
}
</style>