Shades of East Side #B08BCB
Tints of East Side #B08BCB
RGB
CMYK
RGB Variations
Color information
#B08BCB (or 0xB08BCB) is known color: East Side. HEX triplet: B0, 8B and CB. RGB value is (176,139,203). Sum of RGB (Red+Green+Blue) = 176+139+203=518 (68% of max value = 765). Red value is 176 (69.14% from 255 or 33.98% from 518); Green value is 139 (54.69% from 255 or 26.83% from 518); Blue value is 203 (79.69% from 255 or 39.19% from 518); Max value from RGB is 203 - color contains mainly: blue. Hex color #B08BCB is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #B08BCB is #4F7434. Grayscale: #9D9D9D. Windows color (decimal): -5207093 or 13339568. OLE color: 13339568.
HSL color Cylindrical-coordinate representation of color #B08BCB: hue angle of 274.69º degrees, saturation: 0.38, 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 #B08BCB is Cyan = 0.13, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 176 | 139 | 203 | - |
| CMYK | 0.13 | 0.32 | 0 | 0.20 |
| HSL | 274.69º | 0.38% | 0.67% | - |
| HSV(B) | 274.69º | 0.32% | 0.8% | - |
| XYZ | 37.92 | 32.01 | 60.68 | - |
| YUV | 157.36 | 153.76 | 141.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 176 | 139 | 203 | 0.13 | 0.32 | 0 | 0.20 | 274.69 | 0.38 | 0.67 |
| Hex | B0 | 8B | CB | D | 20 | 0 | 14 | 113 | 26 | 43 |
| Octal | 260 | 213 | 313 | 15 | 40 | 0 | 24 | 423 | 46 | 103 |
| Binary | 10110000 | 10001011 | 11001011 | 1101 | 100000 | 0 | 10100 | 100010011 | 100110 | 1000011 |
Color Harmonies of #B08BCB
Complementary color
Monochromatic Colors of #B08BCB
Black with #B08BCB
Text Example
Text Example
White with #B08BCB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B08BCB; }
p { color: rgb(176,139,203); }
H1.HeaderClassName
{
color: #B08BCB;
}
.AnyTagClassName
{
color: #B08BCB;
}
</style>
background-color css
<style>
a { background-color: #B08BCB; }
a { background-color: rgb(176,139,203); }
div.DivClassName
{
background-color: #B08BCB;
}
.BgClassName
{
background-color: #B08BCB;
}
</style>
border-color css
<style>
span { border-color: #B08BCB; }
span { border-color: rgb(176,139,203); }
td.TdClassName
{
border-color: #B08BCB;
}
.TagClassName
{
border-color: #B08BCB;
}
</style>