Shades of East Side #B68BBB
Tints of East Side #B68BBB
RGB
CMYK
RGB Variations
Color information
#B68BBB (or 0xB68BBB) is known color: East Side. HEX triplet: B6, 8B and BB. RGB value is (182,139,187). Sum of RGB (Red+Green+Blue) = 182+139+187=508 (67% of max value = 765). Red value is 182 (71.48% from 255 or 35.83% from 508); Green value is 139 (54.69% from 255 or 27.36% from 508); Blue value is 187 (73.44% from 255 or 36.81% from 508); Max value from RGB is 187 - color contains mainly: blue. Hex color #B68BBB is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #B68BBB is #497444. Grayscale: #9D9D9D. Windows color (decimal): -4813893 or 12290998. OLE color: 12290998.
HSL color Cylindrical-coordinate representation of color #B68BBB: hue angle of 293.75º degrees, saturation: 0.26, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #B68BBB is Cyan = 0.03, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 182 | 139 | 187 | - |
| CMYK | 0.03 | 0.26 | 0 | 0.27 |
| HSL | 293.75º | 0.26% | 0.64% | - |
| HSV(B) | 293.75º | 0.26% | 0.73% | - |
| XYZ | 37.49 | 32 | 51.21 | - |
| YUV | 157.33 | 144.75 | 145.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 182 | 139 | 187 | 0.03 | 0.26 | 0 | 0.27 | 293.75 | 0.26 | 0.64 |
| Hex | B6 | 8B | BB | 3 | 1A | 0 | 1B | 126 | 1A | 40 |
| Octal | 266 | 213 | 273 | 3 | 32 | 0 | 33 | 446 | 32 | 100 |
| Binary | 10110110 | 10001011 | 10111011 | 11 | 11010 | 0 | 11011 | 100100110 | 11010 | 1000000 |
Color Harmonies of #B68BBB
Complementary color
Monochromatic Colors of #B68BBB
Black with #B68BBB
Text Example
Text Example
White with #B68BBB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B68BBB; }
p { color: rgb(182,139,187); }
H1.HeaderClassName
{
color: #B68BBB;
}
.AnyTagClassName
{
color: #B68BBB;
}
</style>
background-color css
<style>
a { background-color: #B68BBB; }
a { background-color: rgb(182,139,187); }
div.DivClassName
{
background-color: #B68BBB;
}
.BgClassName
{
background-color: #B68BBB;
}
</style>
border-color css
<style>
span { border-color: #B68BBB; }
span { border-color: rgb(182,139,187); }
td.TdClassName
{
border-color: #B68BBB;
}
.TagClassName
{
border-color: #B68BBB;
}
</style>