Shades of East Side #B88BCC
Tints of East Side #B88BCC
RGB
CMYK
RGB Variations
Color information
#B88BCC (or 0xB88BCC) is known color: East Side. HEX triplet: B8, 8B and CC. RGB value is (184,139,204). Sum of RGB (Red+Green+Blue) = 184+139+204=527 (69% of max value = 765). Red value is 184 (72.27% from 255 or 34.91% from 527); Green value is 139 (54.69% from 255 or 26.38% from 527); Blue value is 204 (80.08% from 255 or 38.71% from 527); Max value from RGB is 204 - color contains mainly: blue. Hex color #B88BCC is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #B88BCC is #477433. Grayscale: #9F9F9F. Windows color (decimal): -4682804 or 13405112. OLE color: 13405112.
HSL color Cylindrical-coordinate representation of color #B88BCC: hue angle of 281.54º 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 #B88BCC is Cyan = 0.10, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 184 | 139 | 204 | - |
| CMYK | 0.10 | 0.32 | 0 | 0.2 |
| HSL | 281.54º | 0.39% | 0.67% | - |
| HSV(B) | 281.54º | 0.32% | 0.8% | - |
| XYZ | 39.9 | 33.02 | 61.4 | - |
| YUV | 159.87 | 152.91 | 145.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 184 | 139 | 204 | 0.10 | 0.32 | 0 | 0.2 | 281.54 | 0.39 | 0.67 |
| Hex | B8 | 8B | CC | A | 20 | 0 | 14 | 11A | 27 | 43 |
| Octal | 270 | 213 | 314 | 12 | 40 | 0 | 24 | 432 | 47 | 103 |
| Binary | 10111000 | 10001011 | 11001100 | 1010 | 100000 | 0 | 10100 | 100011010 | 100111 | 1000011 |
Color Harmonies of #B88BCC
Complementary color
Monochromatic Colors of #B88BCC
Black with #B88BCC
Text Example
Text Example
White with #B88BCC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B88BCC; }
p { color: rgb(184,139,204); }
H1.HeaderClassName
{
color: #B88BCC;
}
.AnyTagClassName
{
color: #B88BCC;
}
</style>
background-color css
<style>
a { background-color: #B88BCC; }
a { background-color: rgb(184,139,204); }
div.DivClassName
{
background-color: #B88BCC;
}
.BgClassName
{
background-color: #B88BCC;
}
</style>
border-color css
<style>
span { border-color: #B88BCC; }
span { border-color: rgb(184,139,204); }
td.TdClassName
{
border-color: #B88BCC;
}
.TagClassName
{
border-color: #B88BCC;
}
</style>