Shades of East Side #B88FC1
Tints of East Side #B88FC1
RGB
CMYK
RGB Variations
Color information
#B88FC1 (or 0xB88FC1) is known color: East Side. HEX triplet: B8, 8F and C1. RGB value is (184,143,193). Sum of RGB (Red+Green+Blue) = 184+143+193=520 (68% of max value = 765). Red value is 184 (72.27% from 255 or 35.38% from 520); Green value is 143 (56.25% from 255 or 27.5% from 520); Blue value is 193 (75.78% from 255 or 37.12% from 520); Max value from RGB is 193 - color contains mainly: blue. Hex color #B88FC1 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #B88FC1 is #47703E. Grayscale: #A0A0A0. Windows color (decimal): -4681791 or 12685240. OLE color: 12685240.
HSL color Cylindrical-coordinate representation of color #B88FC1: hue angle of 289.2º degrees, saturation: 0.29, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #B88FC1 is Cyan = 0.05, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 184 | 143 | 193 | - |
| CMYK | 0.05 | 0.26 | 0 | 0.24 |
| HSL | 289.2º | 0.29% | 0.66% | - |
| HSV(B) | 289.2º | 0.26% | 0.76% | - |
| XYZ | 39.22 | 33.69 | 54.89 | - |
| YUV | 160.96 | 146.08 | 144.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 184 | 143 | 193 | 0.05 | 0.26 | 0 | 0.24 | 289.2 | 0.29 | 0.66 |
| Hex | B8 | 8F | C1 | 5 | 1A | 0 | 18 | 121 | 1D | 42 |
| Octal | 270 | 217 | 301 | 5 | 32 | 0 | 30 | 441 | 35 | 102 |
| Binary | 10111000 | 10001111 | 11000001 | 101 | 11010 | 0 | 11000 | 100100001 | 11101 | 1000010 |
Color Harmonies of #B88FC1
Complementary color
Monochromatic Colors of #B88FC1
Black with #B88FC1
Text Example
Text Example
White with #B88FC1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B88FC1; }
p { color: rgb(184,143,193); }
H1.HeaderClassName
{
color: #B88FC1;
}
.AnyTagClassName
{
color: #B88FC1;
}
</style>
background-color css
<style>
a { background-color: #B88FC1; }
a { background-color: rgb(184,143,193); }
div.DivClassName
{
background-color: #B88FC1;
}
.BgClassName
{
background-color: #B88FC1;
}
</style>
border-color css
<style>
span { border-color: #B88FC1; }
span { border-color: rgb(184,143,193); }
td.TdClassName
{
border-color: #B88FC1;
}
.TagClassName
{
border-color: #B88FC1;
}
</style>