Shades of East Side #BB83CE
Tints of East Side #BB83CE
RGB
CMYK
RGB Variations
Color information
#BB83CE (or 0xBB83CE) is known color: East Side. HEX triplet: BB, 83 and CE. RGB value is (187,131,206). Sum of RGB (Red+Green+Blue) = 187+131+206=524 (69% of max value = 765). Red value is 187 (73.44% from 255 or 35.69% from 524); Green value is 131 (51.56% from 255 or 25% from 524); Blue value is 206 (80.86% from 255 or 39.31% from 524); Max value from RGB is 206 - color contains mainly: blue. Hex color #BB83CE is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BB83CE is #447C31. Grayscale: #9C9C9C. Windows color (decimal): -4488242 or 13534139. OLE color: 13534139.
HSL color Cylindrical-coordinate representation of color #BB83CE: hue angle of 284.8º degrees, saturation: 0.43, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #BB83CE is Cyan = 0.09, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 187 | 131 | 206 | - |
| CMYK | 0.09 | 0.36 | 0 | 0.19 |
| HSL | 284.8º | 0.43% | 0.66% | - |
| HSV(B) | 284.8º | 0.36% | 0.81% | - |
| XYZ | 39.75 | 31.25 | 62.33 | - |
| YUV | 156.29 | 156.05 | 149.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 131 | 206 | 0.09 | 0.36 | 0 | 0.19 | 284.8 | 0.43 | 0.66 |
| Hex | BB | 83 | CE | 9 | 24 | 0 | 13 | 11D | 2B | 42 |
| Octal | 273 | 203 | 316 | 11 | 44 | 0 | 23 | 435 | 53 | 102 |
| Binary | 10111011 | 10000011 | 11001110 | 1001 | 100100 | 0 | 10011 | 100011101 | 101011 | 1000010 |
Color Harmonies of #BB83CE
Complementary color
Monochromatic Colors of #BB83CE
Black with #BB83CE
Text Example
Text Example
White with #BB83CE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BB83CE; }
p { color: rgb(187,131,206); }
H1.HeaderClassName
{
color: #BB83CE;
}
.AnyTagClassName
{
color: #BB83CE;
}
</style>
background-color css
<style>
a { background-color: #BB83CE; }
a { background-color: rgb(187,131,206); }
div.DivClassName
{
background-color: #BB83CE;
}
.BgClassName
{
background-color: #BB83CE;
}
</style>
border-color css
<style>
span { border-color: #BB83CE; }
span { border-color: rgb(187,131,206); }
td.TdClassName
{
border-color: #BB83CE;
}
.TagClassName
{
border-color: #BB83CE;
}
</style>