Shades of East Side #BB83BF
Tints of East Side #BB83BF
RGB
CMYK
RGB Variations
Color information
#BB83BF (or 0xBB83BF) is known color: East Side. HEX triplet: BB, 83 and BF. RGB value is (187,131,191). Sum of RGB (Red+Green+Blue) = 187+131+191=509 (67% of max value = 765). Red value is 187 (73.44% from 255 or 36.74% from 509); Green value is 131 (51.56% from 255 or 25.74% from 509); Blue value is 191 (75% from 255 or 37.52% from 509); Max value from RGB is 191 - color contains mainly: blue. Hex color #BB83BF is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BB83BF is #447C40. Grayscale: #9A9A9A. Windows color (decimal): -4488257 or 12551099. OLE color: 12551099.
HSL color Cylindrical-coordinate representation of color #BB83BF: hue angle of 296º 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 #BB83BF is Cyan = 0.02, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 187 | 131 | 191 | - |
| CMYK | 0.02 | 0.31 | 0 | 0.25 |
| HSL | 296º | 0.32% | 0.63% | - |
| HSV(B) | 296º | 0.31% | 0.75% | - |
| XYZ | 38.01 | 30.56 | 53.19 | - |
| YUV | 154.58 | 148.55 | 151.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 131 | 191 | 0.02 | 0.31 | 0 | 0.25 | 296 | 0.32 | 0.63 |
| Hex | BB | 83 | BF | 2 | 1F | 0 | 19 | 128 | 20 | 3F |
| Octal | 273 | 203 | 277 | 2 | 37 | 0 | 31 | 450 | 40 | 77 |
| Binary | 10111011 | 10000011 | 10111111 | 10 | 11111 | 0 | 11001 | 100101000 | 100000 | 111111 |
Color Harmonies of #BB83BF
Complementary color
Monochromatic Colors of #BB83BF
Black with #BB83BF
Text Example
Text Example
White with #BB83BF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BB83BF; }
p { color: rgb(187,131,191); }
H1.HeaderClassName
{
color: #BB83BF;
}
.AnyTagClassName
{
color: #BB83BF;
}
</style>
background-color css
<style>
a { background-color: #BB83BF; }
a { background-color: rgb(187,131,191); }
div.DivClassName
{
background-color: #BB83BF;
}
.BgClassName
{
background-color: #BB83BF;
}
</style>
border-color css
<style>
span { border-color: #BB83BF; }
span { border-color: rgb(187,131,191); }
td.TdClassName
{
border-color: #BB83BF;
}
.TagClassName
{
border-color: #BB83BF;
}
</style>