Shades of East Side #B883D7
Tints of East Side #B883D7
RGB
CMYK
RGB Variations
Color information
#B883D7 (or 0xB883D7) is known color: East Side. HEX triplet: B8, 83 and D7. RGB value is (184,131,215). Sum of RGB (Red+Green+Blue) = 184+131+215=530 (70% of max value = 765). Red value is 184 (72.27% from 255 or 34.72% from 530); Green value is 131 (51.56% from 255 or 24.72% from 530); Blue value is 215 (84.38% from 255 or 40.57% from 530); Max value from RGB is 215 - color contains mainly: blue. Hex color #B883D7 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #B883D7 is #477C28. Grayscale: #9C9C9C. Windows color (decimal): -4684841 or 14123960. OLE color: 14123960.
HSL color Cylindrical-coordinate representation of color #B883D7: hue angle of 277.86º degrees, saturation: 0.51, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #B883D7 is Cyan = 0.14, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 184 | 131 | 215 | - |
| CMYK | 0.14 | 0.39 | 0 | 0.16 |
| HSL | 277.86º | 0.51% | 0.68% | - |
| HSV(B) | 277.86º | 0.39% | 0.84% | - |
| XYZ | 40.15 | 31.33 | 68.22 | - |
| YUV | 156.42 | 161.06 | 147.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 184 | 131 | 215 | 0.14 | 0.39 | 0 | 0.16 | 277.86 | 0.51 | 0.68 |
| Hex | B8 | 83 | D7 | E | 27 | 0 | 10 | 116 | 33 | 44 |
| Octal | 270 | 203 | 327 | 16 | 47 | 0 | 20 | 426 | 63 | 104 |
| Binary | 10111000 | 10000011 | 11010111 | 1110 | 100111 | 0 | 10000 | 100010110 | 110011 | 1000100 |
Color Harmonies of #B883D7
Complementary color
Monochromatic Colors of #B883D7
Black with #B883D7
Text Example
Text Example
White with #B883D7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B883D7; }
p { color: rgb(184,131,215); }
H1.HeaderClassName
{
color: #B883D7;
}
.AnyTagClassName
{
color: #B883D7;
}
</style>
background-color css
<style>
a { background-color: #B883D7; }
a { background-color: rgb(184,131,215); }
div.DivClassName
{
background-color: #B883D7;
}
.BgClassName
{
background-color: #B883D7;
}
</style>
border-color css
<style>
span { border-color: #B883D7; }
span { border-color: rgb(184,131,215); }
td.TdClassName
{
border-color: #B883D7;
}
.TagClassName
{
border-color: #B883D7;
}
</style>