Shades of East Side #B68DBD
Tints of East Side #B68DBD
RGB
CMYK
RGB Variations
Color information
#B68DBD (or 0xB68DBD) is known color: East Side. HEX triplet: B6, 8D and BD. RGB value is (182,141,189). Sum of RGB (Red+Green+Blue) = 182+141+189=512 (67% of max value = 765). Red value is 182 (71.48% from 255 or 35.55% from 512); Green value is 141 (55.47% from 255 or 27.54% from 512); Blue value is 189 (74.22% from 255 or 36.91% from 512); Max value from RGB is 189 - color contains mainly: blue. Hex color #B68DBD is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #B68DBD is #497242. Grayscale: #9E9E9E. Windows color (decimal): -4813379 or 12422582. OLE color: 12422582.
HSL color Cylindrical-coordinate representation of color #B68DBD: hue angle of 291.25º degrees, saturation: 0.27, 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 #B68DBD is Cyan = 0.04, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 182 | 141 | 189 | - |
| CMYK | 0.04 | 0.25 | 0 | 0.26 |
| HSL | 291.25º | 0.27% | 0.65% | - |
| HSV(B) | 291.25º | 0.25% | 0.74% | - |
| XYZ | 38 | 32.67 | 52.45 | - |
| YUV | 158.73 | 145.08 | 144.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 182 | 141 | 189 | 0.04 | 0.25 | 0 | 0.26 | 291.25 | 0.27 | 0.65 |
| Hex | B6 | 8D | BD | 4 | 19 | 0 | 1A | 123 | 1B | 41 |
| Octal | 266 | 215 | 275 | 4 | 31 | 0 | 32 | 443 | 33 | 101 |
| Binary | 10110110 | 10001101 | 10111101 | 100 | 11001 | 0 | 11010 | 100100011 | 11011 | 1000001 |
Color Harmonies of #B68DBD
Complementary color
Monochromatic Colors of #B68DBD
Black with #B68DBD
Text Example
Text Example
White with #B68DBD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B68DBD; }
p { color: rgb(182,141,189); }
H1.HeaderClassName
{
color: #B68DBD;
}
.AnyTagClassName
{
color: #B68DBD;
}
</style>
background-color css
<style>
a { background-color: #B68DBD; }
a { background-color: rgb(182,141,189); }
div.DivClassName
{
background-color: #B68DBD;
}
.BgClassName
{
background-color: #B68DBD;
}
</style>
border-color css
<style>
span { border-color: #B68DBD; }
span { border-color: rgb(182,141,189); }
td.TdClassName
{
border-color: #B68DBD;
}
.TagClassName
{
border-color: #B68DBD;
}
</style>