Shades of East Side #B08BC1
Tints of East Side #B08BC1
RGB
CMYK
RGB Variations
Color information
#B08BC1 (or 0xB08BC1) is known color: East Side. HEX triplet: B0, 8B and C1. RGB value is (176,139,193). Sum of RGB (Red+Green+Blue) = 176+139+193=508 (67% of max value = 765). Red value is 176 (69.14% from 255 or 34.65% from 508); Green value is 139 (54.69% from 255 or 27.36% from 508); Blue value is 193 (75.78% from 255 or 37.99% from 508); Max value from RGB is 193 - color contains mainly: blue. Hex color #B08BC1 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #B08BC1 is #4F743E. Grayscale: #9C9C9C. Windows color (decimal): -5207103 or 12684208. OLE color: 12684208.
HSL color Cylindrical-coordinate representation of color #B08BC1: hue angle of 281.11º degrees, saturation: 0.3, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #B08BC1 is Cyan = 0.09, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 176 | 139 | 193 | - |
| CMYK | 0.09 | 0.28 | 0 | 0.24 |
| HSL | 281.11º | 0.3% | 0.65% | - |
| HSV(B) | 281.11º | 0.28% | 0.76% | - |
| XYZ | 36.76 | 31.55 | 54.6 | - |
| YUV | 156.22 | 148.76 | 142.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 176 | 139 | 193 | 0.09 | 0.28 | 0 | 0.24 | 281.11 | 0.3 | 0.65 |
| Hex | B0 | 8B | C1 | 9 | 1C | 0 | 18 | 119 | 1E | 41 |
| Octal | 260 | 213 | 301 | 11 | 34 | 0 | 30 | 431 | 36 | 101 |
| Binary | 10110000 | 10001011 | 11000001 | 1001 | 11100 | 0 | 11000 | 100011001 | 11110 | 1000001 |
Color Harmonies of #B08BC1
Complementary color
Monochromatic Colors of #B08BC1
Black with #B08BC1
Text Example
Text Example
White with #B08BC1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B08BC1; }
p { color: rgb(176,139,193); }
H1.HeaderClassName
{
color: #B08BC1;
}
.AnyTagClassName
{
color: #B08BC1;
}
</style>
background-color css
<style>
a { background-color: #B08BC1; }
a { background-color: rgb(176,139,193); }
div.DivClassName
{
background-color: #B08BC1;
}
.BgClassName
{
background-color: #B08BC1;
}
</style>
border-color css
<style>
span { border-color: #B08BC1; }
span { border-color: rgb(176,139,193); }
td.TdClassName
{
border-color: #B08BC1;
}
.TagClassName
{
border-color: #B08BC1;
}
</style>