Shades of East Side #B88FCB
Tints of East Side #B88FCB
RGB
CMYK
RGB Variations
Color information
#B88FCB (or 0xB88FCB) is known color: East Side. HEX triplet: B8, 8F and CB. RGB value is (184,143,203). Sum of RGB (Red+Green+Blue) = 184+143+203=530 (70% of max value = 765). Red value is 184 (72.27% from 255 or 34.72% from 530); Green value is 143 (56.25% from 255 or 26.98% from 530); Blue value is 203 (79.69% from 255 or 38.30% from 530); Max value from RGB is 203 - color contains mainly: blue. Hex color #B88FCB is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #B88FCB is #477034. Grayscale: #A1A1A1. Windows color (decimal): -4681781 or 13340600. OLE color: 13340600.
HSL color Cylindrical-coordinate representation of color #B88FCB: hue angle of 281º degrees, saturation: 0.37, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #B88FCB is Cyan = 0.09, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 184 | 143 | 203 | - |
| CMYK | 0.09 | 0.30 | 0 | 0.20 |
| HSL | 281º | 0.37% | 0.68% | - |
| HSV(B) | 281º | 0.3% | 0.8% | - |
| XYZ | 40.37 | 34.15 | 60.96 | - |
| YUV | 162.1 | 151.08 | 143.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 184 | 143 | 203 | 0.09 | 0.30 | 0 | 0.20 | 281 | 0.37 | 0.68 |
| Hex | B8 | 8F | CB | 9 | 1E | 0 | 14 | 119 | 25 | 44 |
| Octal | 270 | 217 | 313 | 11 | 36 | 0 | 24 | 431 | 45 | 104 |
| Binary | 10111000 | 10001111 | 11001011 | 1001 | 11110 | 0 | 10100 | 100011001 | 100101 | 1000100 |
Color Harmonies of #B88FCB
Complementary color
Monochromatic Colors of #B88FCB
Black with #B88FCB
Text Example
Text Example
White with #B88FCB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B88FCB; }
p { color: rgb(184,143,203); }
H1.HeaderClassName
{
color: #B88FCB;
}
.AnyTagClassName
{
color: #B88FCB;
}
</style>
background-color css
<style>
a { background-color: #B88FCB; }
a { background-color: rgb(184,143,203); }
div.DivClassName
{
background-color: #B88FCB;
}
.BgClassName
{
background-color: #B88FCB;
}
</style>
border-color css
<style>
span { border-color: #B88FCB; }
span { border-color: rgb(184,143,203); }
td.TdClassName
{
border-color: #B88FCB;
}
.TagClassName
{
border-color: #B88FCB;
}
</style>