Shades of East Side #B88BCF
Tints of East Side #B88BCF
RGB
CMYK
RGB Variations
Color information
#B88BCF (or 0xB88BCF) is known color: East Side. HEX triplet: B8, 8B and CF. RGB value is (184,139,207). Sum of RGB (Red+Green+Blue) = 184+139+207=530 (70% of max value = 765). Red value is 184 (72.27% from 255 or 34.72% from 530); Green value is 139 (54.69% from 255 or 26.23% from 530); Blue value is 207 (81.25% from 255 or 39.06% from 530); Max value from RGB is 207 - color contains mainly: blue. Hex color #B88BCF is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #B88BCF is #477430. Grayscale: #9F9F9F. Windows color (decimal): -4682801 or 13601720. OLE color: 13601720.
HSL color Cylindrical-coordinate representation of color #B88BCF: hue angle of 279.71º degrees, saturation: 0.41, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #B88BCF is Cyan = 0.11, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 184 | 139 | 207 | - |
| CMYK | 0.11 | 0.33 | 0 | 0.19 |
| HSL | 279.71º | 0.41% | 0.68% | - |
| HSV(B) | 279.71º | 0.33% | 0.81% | - |
| XYZ | 40.26 | 33.16 | 63.31 | - |
| YUV | 160.21 | 154.41 | 144.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 184 | 139 | 207 | 0.11 | 0.33 | 0 | 0.19 | 279.71 | 0.41 | 0.68 |
| Hex | B8 | 8B | CF | B | 21 | 0 | 13 | 118 | 29 | 44 |
| Octal | 270 | 213 | 317 | 13 | 41 | 0 | 23 | 430 | 51 | 104 |
| Binary | 10111000 | 10001011 | 11001111 | 1011 | 100001 | 0 | 10011 | 100011000 | 101001 | 1000100 |
Color Harmonies of #B88BCF
Complementary color
Monochromatic Colors of #B88BCF
Black with #B88BCF
Text Example
Text Example
White with #B88BCF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B88BCF; }
p { color: rgb(184,139,207); }
H1.HeaderClassName
{
color: #B88BCF;
}
.AnyTagClassName
{
color: #B88BCF;
}
</style>
background-color css
<style>
a { background-color: #B88BCF; }
a { background-color: rgb(184,139,207); }
div.DivClassName
{
background-color: #B88BCF;
}
.BgClassName
{
background-color: #B88BCF;
}
</style>
border-color css
<style>
span { border-color: #B88BCF; }
span { border-color: rgb(184,139,207); }
td.TdClassName
{
border-color: #B88BCF;
}
.TagClassName
{
border-color: #B88BCF;
}
</style>