Shades of East Side #B88FCD
Tints of East Side #B88FCD
RGB
CMYK
RGB Variations
Color information
#B88FCD (or 0xB88FCD) is known color: East Side. HEX triplet: B8, 8F and CD. RGB value is (184,143,205). Sum of RGB (Red+Green+Blue) = 184+143+205=532 (70% of max value = 765). Red value is 184 (72.27% from 255 or 34.59% from 532); Green value is 143 (56.25% from 255 or 26.88% from 532); Blue value is 205 (80.47% from 255 or 38.53% from 532); Max value from RGB is 205 - color contains mainly: blue. Hex color #B88FCD is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #B88FCD is #477032. Grayscale: #A2A2A2. Windows color (decimal): -4681779 or 13471672. OLE color: 13471672.
HSL color Cylindrical-coordinate representation of color #B88FCD: hue angle of 279.68º degrees, saturation: 0.38, 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 #B88FCD is Cyan = 0.10, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 184 | 143 | 205 | - |
| CMYK | 0.10 | 0.30 | 0 | 0.20 |
| HSL | 279.68º | 0.38% | 0.68% | - |
| HSV(B) | 279.68º | 0.3% | 0.8% | - |
| XYZ | 40.61 | 34.24 | 62.23 | - |
| YUV | 162.33 | 152.08 | 143.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 184 | 143 | 205 | 0.10 | 0.30 | 0 | 0.20 | 279.68 | 0.38 | 0.68 |
| Hex | B8 | 8F | CD | A | 1E | 0 | 14 | 118 | 26 | 44 |
| Octal | 270 | 217 | 315 | 12 | 36 | 0 | 24 | 430 | 46 | 104 |
| Binary | 10111000 | 10001111 | 11001101 | 1010 | 11110 | 0 | 10100 | 100011000 | 100110 | 1000100 |
Color Harmonies of #B88FCD
Complementary color
Monochromatic Colors of #B88FCD
Black with #B88FCD
Text Example
Text Example
White with #B88FCD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B88FCD; }
p { color: rgb(184,143,205); }
H1.HeaderClassName
{
color: #B88FCD;
}
.AnyTagClassName
{
color: #B88FCD;
}
</style>
background-color css
<style>
a { background-color: #B88FCD; }
a { background-color: rgb(184,143,205); }
div.DivClassName
{
background-color: #B88FCD;
}
.BgClassName
{
background-color: #B88FCD;
}
</style>
border-color css
<style>
span { border-color: #B88FCD; }
span { border-color: rgb(184,143,205); }
td.TdClassName
{
border-color: #B88FCD;
}
.TagClassName
{
border-color: #B88FCD;
}
</style>