Shades of East Side #BB82D5
Tints of East Side #BB82D5
RGB
CMYK
RGB Variations
Color information
#BB82D5 (or 0xBB82D5) is known color: East Side. HEX triplet: BB, 82 and D5. RGB value is (187,130,213). Sum of RGB (Red+Green+Blue) = 187+130+213=530 (70% of max value = 765). Red value is 187 (73.44% from 255 or 35.28% from 530); Green value is 130 (51.17% from 255 or 24.53% from 530); Blue value is 213 (83.59% from 255 or 40.19% from 530); Max value from RGB is 213 - color contains mainly: blue. Hex color #BB82D5 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BB82D5 is #447D2A. Grayscale: #9C9C9C. Windows color (decimal): -4488491 or 13992635. OLE color: 13992635.
HSL color Cylindrical-coordinate representation of color #BB82D5: hue angle of 281.2º degrees, saturation: 0.5, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #BB82D5 is Cyan = 0.12, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 187 | 130 | 213 | - |
| CMYK | 0.12 | 0.39 | 0 | 0.16 |
| HSL | 281.2º | 0.5% | 0.67% | - |
| HSV(B) | 281.2º | 0.39% | 0.84% | - |
| XYZ | 40.49 | 31.33 | 66.87 | - |
| YUV | 156.51 | 159.88 | 149.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 130 | 213 | 0.12 | 0.39 | 0 | 0.16 | 281.2 | 0.5 | 0.67 |
| Hex | BB | 82 | D5 | C | 27 | 0 | 10 | 119 | 32 | 43 |
| Octal | 273 | 202 | 325 | 14 | 47 | 0 | 20 | 431 | 62 | 103 |
| Binary | 10111011 | 10000010 | 11010101 | 1100 | 100111 | 0 | 10000 | 100011001 | 110010 | 1000011 |
Color Harmonies of #BB82D5
Complementary color
Monochromatic Colors of #BB82D5
Black with #BB82D5
Text Example
Text Example
White with #BB82D5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BB82D5; }
p { color: rgb(187,130,213); }
H1.HeaderClassName
{
color: #BB82D5;
}
.AnyTagClassName
{
color: #BB82D5;
}
</style>
background-color css
<style>
a { background-color: #BB82D5; }
a { background-color: rgb(187,130,213); }
div.DivClassName
{
background-color: #BB82D5;
}
.BgClassName
{
background-color: #BB82D5;
}
</style>
border-color css
<style>
span { border-color: #BB82D5; }
span { border-color: rgb(187,130,213); }
td.TdClassName
{
border-color: #BB82D5;
}
.TagClassName
{
border-color: #BB82D5;
}
</style>