Shades of East Side #BB83D0
Tints of East Side #BB83D0
RGB
CMYK
RGB Variations
Color information
#BB83D0 (or 0xBB83D0) is known color: East Side. HEX triplet: BB, 83 and D0. RGB value is (187,131,208). Sum of RGB (Red+Green+Blue) = 187+131+208=526 (69% of max value = 765). Red value is 187 (73.44% from 255 or 35.55% from 526); Green value is 131 (51.56% from 255 or 24.90% from 526); Blue value is 208 (81.64% from 255 or 39.54% from 526); Max value from RGB is 208 - color contains mainly: blue. Hex color #BB83D0 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BB83D0 is #447C2F. Grayscale: #9C9C9C. Windows color (decimal): -4488240 or 13665211. OLE color: 13665211.
HSL color Cylindrical-coordinate representation of color #BB83D0: hue angle of 283.64º degrees, saturation: 0.45, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #BB83D0 is Cyan = 0.10, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 187 | 131 | 208 | - |
| CMYK | 0.10 | 0.37 | 0 | 0.18 |
| HSL | 283.64º | 0.45% | 0.66% | - |
| HSV(B) | 283.64º | 0.37% | 0.82% | - |
| XYZ | 39.99 | 31.35 | 63.62 | - |
| YUV | 156.52 | 157.05 | 149.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 131 | 208 | 0.10 | 0.37 | 0 | 0.18 | 283.64 | 0.45 | 0.66 |
| Hex | BB | 83 | D0 | A | 25 | 0 | 12 | 11C | 2D | 42 |
| Octal | 273 | 203 | 320 | 12 | 45 | 0 | 22 | 434 | 55 | 102 |
| Binary | 10111011 | 10000011 | 11010000 | 1010 | 100101 | 0 | 10010 | 100011100 | 101101 | 1000010 |
Color Harmonies of #BB83D0
Complementary color
Monochromatic Colors of #BB83D0
Black with #BB83D0
Text Example
Text Example
White with #BB83D0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BB83D0; }
p { color: rgb(187,131,208); }
H1.HeaderClassName
{
color: #BB83D0;
}
.AnyTagClassName
{
color: #BB83D0;
}
</style>
background-color css
<style>
a { background-color: #BB83D0; }
a { background-color: rgb(187,131,208); }
div.DivClassName
{
background-color: #BB83D0;
}
.BgClassName
{
background-color: #BB83D0;
}
</style>
border-color css
<style>
span { border-color: #BB83D0; }
span { border-color: rgb(187,131,208); }
td.TdClassName
{
border-color: #BB83D0;
}
.TagClassName
{
border-color: #BB83D0;
}
</style>