Shades of East Side #B77BD1
Tints of East Side #B77BD1
RGB
CMYK
RGB Variations
Color information
#B77BD1 (or 0xB77BD1) is known color: East Side. HEX triplet: B7, 7B and D1. RGB value is (183,123,209). Sum of RGB (Red+Green+Blue) = 183+123+209=515 (68% of max value = 765). Red value is 183 (71.88% from 255 or 35.53% from 515); Green value is 123 (48.44% from 255 or 23.88% from 515); Blue value is 209 (82.03% from 255 or 40.58% from 515); Max value from RGB is 209 - color contains mainly: blue. Hex color #B77BD1 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #B77BD1 is #48842E. Grayscale: #969696. Windows color (decimal): -4752431 or 13728695. OLE color: 13728695.
HSL color Cylindrical-coordinate representation of color #B77BD1: hue angle of 281.86º degrees, saturation: 0.48, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #B77BD1 is Cyan = 0.12, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 183 | 123 | 209 | - |
| CMYK | 0.12 | 0.41 | 0 | 0.18 |
| HSL | 281.86º | 0.48% | 0.65% | - |
| HSV(B) | 281.86º | 0.41% | 0.82% | - |
| XYZ | 38.12 | 28.84 | 63.88 | - |
| YUV | 150.74 | 160.88 | 151.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 183 | 123 | 209 | 0.12 | 0.41 | 0 | 0.18 | 281.86 | 0.48 | 0.65 |
| Hex | B7 | 7B | D1 | C | 29 | 0 | 12 | 11A | 30 | 41 |
| Octal | 267 | 173 | 321 | 14 | 51 | 0 | 22 | 432 | 60 | 101 |
| Binary | 10110111 | 1111011 | 11010001 | 1100 | 101001 | 0 | 10010 | 100011010 | 110000 | 1000001 |
Color Harmonies of #B77BD1
Complementary color
Monochromatic Colors of #B77BD1
Black with #B77BD1
Text Example
Text Example
White with #B77BD1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B77BD1; }
p { color: rgb(183,123,209); }
H1.HeaderClassName
{
color: #B77BD1;
}
.AnyTagClassName
{
color: #B77BD1;
}
</style>
background-color css
<style>
a { background-color: #B77BD1; }
a { background-color: rgb(183,123,209); }
div.DivClassName
{
background-color: #B77BD1;
}
.BgClassName
{
background-color: #B77BD1;
}
</style>
border-color css
<style>
span { border-color: #B77BD1; }
span { border-color: rgb(183,123,209); }
td.TdClassName
{
border-color: #B77BD1;
}
.TagClassName
{
border-color: #B77BD1;
}
</style>