Shades of East Side #B08DCC
Tints of East Side #B08DCC
RGB
CMYK
RGB Variations
Color information
#B08DCC (or 0xB08DCC) is known color: East Side. HEX triplet: B0, 8D and CC. RGB value is (176,141,204). Sum of RGB (Red+Green+Blue) = 176+141+204=521 (69% of max value = 765). Red value is 176 (69.14% from 255 or 33.78% from 521); Green value is 141 (55.47% from 255 or 27.06% from 521); Blue value is 204 (80.08% from 255 or 39.16% from 521); Max value from RGB is 204 - color contains mainly: blue. Hex color #B08DCC is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #B08DCC is #4F7233. Grayscale: #9E9E9E. Windows color (decimal): -5206580 or 13405616. OLE color: 13405616.
HSL color Cylindrical-coordinate representation of color #B08DCC: hue angle of 273.33º degrees, saturation: 0.38, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #B08DCC is Cyan = 0.14, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 176 | 141 | 204 | - |
| CMYK | 0.14 | 0.31 | 0 | 0.2 |
| HSL | 273.33º | 0.38% | 0.68% | - |
| HSV(B) | 273.33º | 0.31% | 0.8% | - |
| XYZ | 38.33 | 32.64 | 61.41 | - |
| YUV | 158.65 | 153.6 | 140.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 176 | 141 | 204 | 0.14 | 0.31 | 0 | 0.2 | 273.33 | 0.38 | 0.68 |
| Hex | B0 | 8D | CC | E | 1F | 0 | 14 | 111 | 26 | 44 |
| Octal | 260 | 215 | 314 | 16 | 37 | 0 | 24 | 421 | 46 | 104 |
| Binary | 10110000 | 10001101 | 11001100 | 1110 | 11111 | 0 | 10100 | 100010001 | 100110 | 1000100 |
Color Harmonies of #B08DCC
Complementary color
Monochromatic Colors of #B08DCC
Black with #B08DCC
Text Example
Text Example
White with #B08DCC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B08DCC; }
p { color: rgb(176,141,204); }
H1.HeaderClassName
{
color: #B08DCC;
}
.AnyTagClassName
{
color: #B08DCC;
}
</style>
background-color css
<style>
a { background-color: #B08DCC; }
a { background-color: rgb(176,141,204); }
div.DivClassName
{
background-color: #B08DCC;
}
.BgClassName
{
background-color: #B08DCC;
}
</style>
border-color css
<style>
span { border-color: #B08DCC; }
span { border-color: rgb(176,141,204); }
td.TdClassName
{
border-color: #B08DCC;
}
.TagClassName
{
border-color: #B08DCC;
}
</style>