Shades of East Side #B08BCC
Tints of East Side #B08BCC
RGB
CMYK
RGB Variations
Color information
#B08BCC (or 0xB08BCC) is known color: East Side. HEX triplet: B0, 8B and CC. RGB value is (176,139,204). Sum of RGB (Red+Green+Blue) = 176+139+204=519 (68% of max value = 765). Red value is 176 (69.14% from 255 or 33.91% from 519); Green value is 139 (54.69% from 255 or 26.78% from 519); Blue value is 204 (80.08% from 255 or 39.31% from 519); Max value from RGB is 204 - color contains mainly: blue. Hex color #B08BCC is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #B08BCC is #4F7433. Grayscale: #9D9D9D. Windows color (decimal): -5207092 or 13405104. OLE color: 13405104.
HSL color Cylindrical-coordinate representation of color #B08BCC: hue angle of 274.15º degrees, saturation: 0.39, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #B08BCC is Cyan = 0.14, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 176 | 139 | 204 | - |
| CMYK | 0.14 | 0.32 | 0 | 0.2 |
| HSL | 274.15º | 0.39% | 0.67% | - |
| HSV(B) | 274.15º | 0.32% | 0.8% | - |
| XYZ | 38.04 | 32.05 | 61.31 | - |
| YUV | 157.47 | 154.26 | 141.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 176 | 139 | 204 | 0.14 | 0.32 | 0 | 0.2 | 274.15 | 0.39 | 0.67 |
| Hex | B0 | 8B | CC | E | 20 | 0 | 14 | 112 | 27 | 43 |
| Octal | 260 | 213 | 314 | 16 | 40 | 0 | 24 | 422 | 47 | 103 |
| Binary | 10110000 | 10001011 | 11001100 | 1110 | 100000 | 0 | 10100 | 100010010 | 100111 | 1000011 |
Color Harmonies of #B08BCC
Complementary color
Monochromatic Colors of #B08BCC
Black with #B08BCC
Text Example
Text Example
White with #B08BCC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B08BCC; }
p { color: rgb(176,139,204); }
H1.HeaderClassName
{
color: #B08BCC;
}
.AnyTagClassName
{
color: #B08BCC;
}
</style>
background-color css
<style>
a { background-color: #B08BCC; }
a { background-color: rgb(176,139,204); }
div.DivClassName
{
background-color: #B08BCC;
}
.BgClassName
{
background-color: #B08BCC;
}
</style>
border-color css
<style>
span { border-color: #B08BCC; }
span { border-color: rgb(176,139,204); }
td.TdClassName
{
border-color: #B08BCC;
}
.TagClassName
{
border-color: #B08BCC;
}
</style>