Shades of East Side #B88BCB
Tints of East Side #B88BCB
RGB
CMYK
RGB Variations
Color information
#B88BCB (or 0xB88BCB) is known color: East Side. HEX triplet: B8, 8B and CB. RGB value is (184,139,203). Sum of RGB (Red+Green+Blue) = 184+139+203=526 (69% of max value = 765). Red value is 184 (72.27% from 255 or 34.98% from 526); Green value is 139 (54.69% from 255 or 26.43% from 526); Blue value is 203 (79.69% from 255 or 38.59% from 526); Max value from RGB is 203 - color contains mainly: blue. Hex color #B88BCB is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #B88BCB is #477434. Grayscale: #9F9F9F. Windows color (decimal): -4682805 or 13339576. OLE color: 13339576.
HSL color Cylindrical-coordinate representation of color #B88BCB: hue angle of 282.19º 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 #B88BCB is Cyan = 0.09, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 184 | 139 | 203 | - |
| CMYK | 0.09 | 0.32 | 0 | 0.20 |
| HSL | 282.19º | 0.38% | 0.67% | - |
| HSV(B) | 282.19º | 0.32% | 0.8% | - |
| XYZ | 39.78 | 32.97 | 60.77 | - |
| YUV | 159.75 | 152.41 | 145.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 184 | 139 | 203 | 0.09 | 0.32 | 0 | 0.20 | 282.19 | 0.38 | 0.67 |
| Hex | B8 | 8B | CB | 9 | 20 | 0 | 14 | 11A | 26 | 43 |
| Octal | 270 | 213 | 313 | 11 | 40 | 0 | 24 | 432 | 46 | 103 |
| Binary | 10111000 | 10001011 | 11001011 | 1001 | 100000 | 0 | 10100 | 100011010 | 100110 | 1000011 |
Color Harmonies of #B88BCB
Complementary color
Monochromatic Colors of #B88BCB
Black with #B88BCB
Text Example
Text Example
White with #B88BCB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B88BCB; }
p { color: rgb(184,139,203); }
H1.HeaderClassName
{
color: #B88BCB;
}
.AnyTagClassName
{
color: #B88BCB;
}
</style>
background-color css
<style>
a { background-color: #B88BCB; }
a { background-color: rgb(184,139,203); }
div.DivClassName
{
background-color: #B88BCB;
}
.BgClassName
{
background-color: #B88BCB;
}
</style>
border-color css
<style>
span { border-color: #B88BCB; }
span { border-color: rgb(184,139,203); }
td.TdClassName
{
border-color: #B88BCB;
}
.TagClassName
{
border-color: #B88BCB;
}
</style>