Shades of East Side #B68BBD
Tints of East Side #B68BBD
RGB
CMYK
RGB Variations
Color information
#B68BBD (or 0xB68BBD) is known color: East Side. HEX triplet: B6, 8B and BD. RGB value is (182,139,189). Sum of RGB (Red+Green+Blue) = 182+139+189=510 (67% of max value = 765). Red value is 182 (71.48% from 255 or 35.69% from 510); Green value is 139 (54.69% from 255 or 27.25% from 510); Blue value is 189 (74.22% from 255 or 37.06% from 510); Max value from RGB is 189 - color contains mainly: blue. Hex color #B68BBD is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #B68BBD is #497442. Grayscale: #9D9D9D. Windows color (decimal): -4813891 or 12422070. OLE color: 12422070.
HSL color Cylindrical-coordinate representation of color #B68BBD: hue angle of 291.6º degrees, saturation: 0.27, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #B68BBD is Cyan = 0.04, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 182 | 139 | 189 | - |
| CMYK | 0.04 | 0.26 | 0 | 0.26 |
| HSL | 291.6º | 0.27% | 0.64% | - |
| HSV(B) | 291.6º | 0.26% | 0.74% | - |
| XYZ | 37.71 | 32.08 | 52.35 | - |
| YUV | 157.56 | 145.75 | 145.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 182 | 139 | 189 | 0.04 | 0.26 | 0 | 0.26 | 291.6 | 0.27 | 0.64 |
| Hex | B6 | 8B | BD | 4 | 1A | 0 | 1A | 124 | 1B | 40 |
| Octal | 266 | 213 | 275 | 4 | 32 | 0 | 32 | 444 | 33 | 100 |
| Binary | 10110110 | 10001011 | 10111101 | 100 | 11010 | 0 | 11010 | 100100100 | 11011 | 1000000 |
Color Harmonies of #B68BBD
Complementary color
Monochromatic Colors of #B68BBD
Black with #B68BBD
Text Example
Text Example
White with #B68BBD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B68BBD; }
p { color: rgb(182,139,189); }
H1.HeaderClassName
{
color: #B68BBD;
}
.AnyTagClassName
{
color: #B68BBD;
}
</style>
background-color css
<style>
a { background-color: #B68BBD; }
a { background-color: rgb(182,139,189); }
div.DivClassName
{
background-color: #B68BBD;
}
.BgClassName
{
background-color: #B68BBD;
}
</style>
border-color css
<style>
span { border-color: #B68BBD; }
span { border-color: rgb(182,139,189); }
td.TdClassName
{
border-color: #B68BBD;
}
.TagClassName
{
border-color: #B68BBD;
}
</style>