Shades of East Side #B883BF
Tints of East Side #B883BF
RGB
CMYK
RGB Variations
Color information
#B883BF (or 0xB883BF) is known color: East Side. HEX triplet: B8, 83 and BF. RGB value is (184,131,191). Sum of RGB (Red+Green+Blue) = 184+131+191=506 (67% of max value = 765). Red value is 184 (72.27% from 255 or 36.36% from 506); Green value is 131 (51.56% from 255 or 25.89% from 506); Blue value is 191 (75% from 255 or 37.75% from 506); Max value from RGB is 191 - color contains mainly: blue. Hex color #B883BF is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #B883BF is #477C40. Grayscale: #999999. Windows color (decimal): -4684865 or 12551096. OLE color: 12551096.
HSL color Cylindrical-coordinate representation of color #B883BF: hue angle of 293º degrees, saturation: 0.32, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #B883BF is Cyan = 0.04, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 184 | 131 | 191 | - |
| CMYK | 0.04 | 0.31 | 0 | 0.25 |
| HSL | 293º | 0.32% | 0.63% | - |
| HSV(B) | 293º | 0.31% | 0.75% | - |
| XYZ | 37.29 | 30.18 | 53.15 | - |
| YUV | 153.69 | 149.06 | 149.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 184 | 131 | 191 | 0.04 | 0.31 | 0 | 0.25 | 293 | 0.32 | 0.63 |
| Hex | B8 | 83 | BF | 4 | 1F | 0 | 19 | 125 | 20 | 3F |
| Octal | 270 | 203 | 277 | 4 | 37 | 0 | 31 | 445 | 40 | 77 |
| Binary | 10111000 | 10000011 | 10111111 | 100 | 11111 | 0 | 11001 | 100100101 | 100000 | 111111 |
Color Harmonies of #B883BF
Complementary color
Monochromatic Colors of #B883BF
Black with #B883BF
Text Example
Text Example
White with #B883BF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B883BF; }
p { color: rgb(184,131,191); }
H1.HeaderClassName
{
color: #B883BF;
}
.AnyTagClassName
{
color: #B883BF;
}
</style>
background-color css
<style>
a { background-color: #B883BF; }
a { background-color: rgb(184,131,191); }
div.DivClassName
{
background-color: #B883BF;
}
.BgClassName
{
background-color: #B883BF;
}
</style>
border-color css
<style>
span { border-color: #B883BF; }
span { border-color: rgb(184,131,191); }
td.TdClassName
{
border-color: #B883BF;
}
.TagClassName
{
border-color: #B883BF;
}
</style>