Shades of East Side #BB83C1
Tints of East Side #BB83C1
RGB
CMYK
RGB Variations
Color information
#BB83C1 (or 0xBB83C1) is known color: East Side. HEX triplet: BB, 83 and C1. RGB value is (187,131,193). Sum of RGB (Red+Green+Blue) = 187+131+193=511 (67% of max value = 765). Red value is 187 (73.44% from 255 or 36.59% from 511); Green value is 131 (51.56% from 255 or 25.64% from 511); Blue value is 193 (75.78% from 255 or 37.77% from 511); Max value from RGB is 193 - color contains mainly: blue. Hex color #BB83C1 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BB83C1 is #447C3E. Grayscale: #9A9A9A. Windows color (decimal): -4488255 or 12682171. OLE color: 12682171.
HSL color Cylindrical-coordinate representation of color #BB83C1: hue angle of 294.19º degrees, saturation: 0.33, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #BB83C1 is Cyan = 0.03, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 187 | 131 | 193 | - |
| CMYK | 0.03 | 0.32 | 0 | 0.24 |
| HSL | 294.19º | 0.33% | 0.64% | - |
| HSV(B) | 294.19º | 0.32% | 0.76% | - |
| XYZ | 38.24 | 30.65 | 54.35 | - |
| YUV | 154.81 | 149.55 | 150.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 131 | 193 | 0.03 | 0.32 | 0 | 0.24 | 294.19 | 0.33 | 0.64 |
| Hex | BB | 83 | C1 | 3 | 20 | 0 | 18 | 126 | 21 | 40 |
| Octal | 273 | 203 | 301 | 3 | 40 | 0 | 30 | 446 | 41 | 100 |
| Binary | 10111011 | 10000011 | 11000001 | 11 | 100000 | 0 | 11000 | 100100110 | 100001 | 1000000 |
Color Harmonies of #BB83C1
Complementary color
Monochromatic Colors of #BB83C1
Black with #BB83C1
Text Example
Text Example
White with #BB83C1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BB83C1; }
p { color: rgb(187,131,193); }
H1.HeaderClassName
{
color: #BB83C1;
}
.AnyTagClassName
{
color: #BB83C1;
}
</style>
background-color css
<style>
a { background-color: #BB83C1; }
a { background-color: rgb(187,131,193); }
div.DivClassName
{
background-color: #BB83C1;
}
.BgClassName
{
background-color: #BB83C1;
}
</style>
border-color css
<style>
span { border-color: #BB83C1; }
span { border-color: rgb(187,131,193); }
td.TdClassName
{
border-color: #BB83C1;
}
.TagClassName
{
border-color: #BB83C1;
}
</style>