Shades of East Side #B88CCF
Tints of East Side #B88CCF
RGB
CMYK
RGB Variations
Color information
#B88CCF (or 0xB88CCF) is known color: East Side. HEX triplet: B8, 8C and CF. RGB value is (184,140,207). Sum of RGB (Red+Green+Blue) = 184+140+207=531 (70% of max value = 765). Red value is 184 (72.27% from 255 or 34.65% from 531); Green value is 140 (55.08% from 255 or 26.37% from 531); Blue value is 207 (81.25% from 255 or 38.98% from 531); Max value from RGB is 207 - color contains mainly: blue. Hex color #B88CCF is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #B88CCF is #477330. Grayscale: #A0A0A0. Windows color (decimal): -4682545 or 13601976. OLE color: 13601976.
HSL color Cylindrical-coordinate representation of color #B88CCF: hue angle of 279.4º degrees, saturation: 0.41, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #B88CCF is Cyan = 0.11, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 184 | 140 | 207 | - |
| CMYK | 0.11 | 0.32 | 0 | 0.19 |
| HSL | 279.4º | 0.41% | 0.68% | - |
| HSV(B) | 279.4º | 0.32% | 0.81% | - |
| XYZ | 40.41 | 33.45 | 63.36 | - |
| YUV | 160.79 | 154.08 | 144.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 184 | 140 | 207 | 0.11 | 0.32 | 0 | 0.19 | 279.4 | 0.41 | 0.68 |
| Hex | B8 | 8C | CF | B | 20 | 0 | 13 | 117 | 29 | 44 |
| Octal | 270 | 214 | 317 | 13 | 40 | 0 | 23 | 427 | 51 | 104 |
| Binary | 10111000 | 10001100 | 11001111 | 1011 | 100000 | 0 | 10011 | 100010111 | 101001 | 1000100 |
Color Harmonies of #B88CCF
Complementary color
Monochromatic Colors of #B88CCF
Black with #B88CCF
Text Example
Text Example
White with #B88CCF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B88CCF; }
p { color: rgb(184,140,207); }
H1.HeaderClassName
{
color: #B88CCF;
}
.AnyTagClassName
{
color: #B88CCF;
}
</style>
background-color css
<style>
a { background-color: #B88CCF; }
a { background-color: rgb(184,140,207); }
div.DivClassName
{
background-color: #B88CCF;
}
.BgClassName
{
background-color: #B88CCF;
}
</style>
border-color css
<style>
span { border-color: #B88CCF; }
span { border-color: rgb(184,140,207); }
td.TdClassName
{
border-color: #B88CCF;
}
.TagClassName
{
border-color: #B88CCF;
}
</style>