Shades of East Side #B08EC1
Tints of East Side #B08EC1
RGB
CMYK
RGB Variations
Color information
#B08EC1 (or 0xB08EC1) is known color: East Side. HEX triplet: B0, 8E and C1. RGB value is (176,142,193). Sum of RGB (Red+Green+Blue) = 176+142+193=511 (67% of max value = 765). Red value is 176 (69.14% from 255 or 34.44% from 511); Green value is 142 (55.86% from 255 or 27.79% from 511); Blue value is 193 (75.78% from 255 or 37.77% from 511); Max value from RGB is 193 - color contains mainly: blue. Hex color #B08EC1 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #B08EC1 is #4F713E. Grayscale: #9D9D9D. Windows color (decimal): -5206335 or 12684976. OLE color: 12684976.
HSL color Cylindrical-coordinate representation of color #B08EC1: hue angle of 280º degrees, saturation: 0.29, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #B08EC1 is Cyan = 0.09, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 176 | 142 | 193 | - |
| CMYK | 0.09 | 0.26 | 0 | 0.24 |
| HSL | 280º | 0.29% | 0.66% | - |
| HSV(B) | 280º | 0.26% | 0.76% | - |
| XYZ | 37.2 | 32.43 | 54.75 | - |
| YUV | 157.98 | 147.76 | 140.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 176 | 142 | 193 | 0.09 | 0.26 | 0 | 0.24 | 280 | 0.29 | 0.66 |
| Hex | B0 | 8E | C1 | 9 | 1A | 0 | 18 | 118 | 1D | 42 |
| Octal | 260 | 216 | 301 | 11 | 32 | 0 | 30 | 430 | 35 | 102 |
| Binary | 10110000 | 10001110 | 11000001 | 1001 | 11010 | 0 | 11000 | 100011000 | 11101 | 1000010 |
Color Harmonies of #B08EC1
Complementary color
Monochromatic Colors of #B08EC1
Black with #B08EC1
Text Example
Text Example
White with #B08EC1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B08EC1; }
p { color: rgb(176,142,193); }
H1.HeaderClassName
{
color: #B08EC1;
}
.AnyTagClassName
{
color: #B08EC1;
}
</style>
background-color css
<style>
a { background-color: #B08EC1; }
a { background-color: rgb(176,142,193); }
div.DivClassName
{
background-color: #B08EC1;
}
.BgClassName
{
background-color: #B08EC1;
}
</style>
border-color css
<style>
span { border-color: #B08EC1; }
span { border-color: rgb(176,142,193); }
td.TdClassName
{
border-color: #B08EC1;
}
.TagClassName
{
border-color: #B08EC1;
}
</style>