Shades of East Side #B08DC1
Tints of East Side #B08DC1
RGB
CMYK
RGB Variations
Color information
#B08DC1 (or 0xB08DC1) is known color: East Side. HEX triplet: B0, 8D and C1. RGB value is (176,141,193). Sum of RGB (Red+Green+Blue) = 176+141+193=510 (67% of max value = 765). Red value is 176 (69.14% from 255 or 34.51% from 510); Green value is 141 (55.47% from 255 or 27.65% from 510); Blue value is 193 (75.78% from 255 or 37.84% from 510); Max value from RGB is 193 - color contains mainly: blue. Hex color #B08DC1 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #B08DC1 is #4F723E. Grayscale: #9D9D9D. Windows color (decimal): -5206591 or 12684720. OLE color: 12684720.
HSL color Cylindrical-coordinate representation of color #B08DC1: hue angle of 280.38º degrees, saturation: 0.3, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #B08DC1 is Cyan = 0.09, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 176 | 141 | 193 | - |
| CMYK | 0.09 | 0.27 | 0 | 0.24 |
| HSL | 280.38º | 0.3% | 0.65% | - |
| HSV(B) | 280.38º | 0.27% | 0.76% | - |
| XYZ | 37.06 | 32.13 | 54.7 | - |
| YUV | 157.39 | 148.1 | 141.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 176 | 141 | 193 | 0.09 | 0.27 | 0 | 0.24 | 280.38 | 0.3 | 0.65 |
| Hex | B0 | 8D | C1 | 9 | 1B | 0 | 18 | 118 | 1E | 41 |
| Octal | 260 | 215 | 301 | 11 | 33 | 0 | 30 | 430 | 36 | 101 |
| Binary | 10110000 | 10001101 | 11000001 | 1001 | 11011 | 0 | 11000 | 100011000 | 11110 | 1000001 |
Color Harmonies of #B08DC1
Complementary color
Monochromatic Colors of #B08DC1
Black with #B08DC1
Text Example
Text Example
White with #B08DC1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B08DC1; }
p { color: rgb(176,141,193); }
H1.HeaderClassName
{
color: #B08DC1;
}
.AnyTagClassName
{
color: #B08DC1;
}
</style>
background-color css
<style>
a { background-color: #B08DC1; }
a { background-color: rgb(176,141,193); }
div.DivClassName
{
background-color: #B08DC1;
}
.BgClassName
{
background-color: #B08DC1;
}
</style>
border-color css
<style>
span { border-color: #B08DC1; }
span { border-color: rgb(176,141,193); }
td.TdClassName
{
border-color: #B08DC1;
}
.TagClassName
{
border-color: #B08DC1;
}
</style>