Shades of East Side #B77BD7
Tints of East Side #B77BD7
RGB
CMYK
RGB Variations
Color information
#B77BD7 (or 0xB77BD7) is known color: East Side. HEX triplet: B7, 7B and D7. RGB value is (183,123,215). Sum of RGB (Red+Green+Blue) = 183+123+215=521 (69% of max value = 765). Red value is 183 (71.88% from 255 or 35.12% from 521); Green value is 123 (48.44% from 255 or 23.61% from 521); Blue value is 215 (84.38% from 255 or 41.27% from 521); Max value from RGB is 215 - color contains mainly: blue. Hex color #B77BD7 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #B77BD7 is #488428. Grayscale: #979797. Windows color (decimal): -4752425 or 14121911. OLE color: 14121911.
HSL color Cylindrical-coordinate representation of color #B77BD7: hue angle of 279.13º degrees, saturation: 0.53, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #B77BD7 is Cyan = 0.15, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 183 | 123 | 215 | - |
| CMYK | 0.15 | 0.43 | 0 | 0.16 |
| HSL | 279.13º | 0.53% | 0.66% | - |
| HSV(B) | 279.13º | 0.43% | 0.84% | - |
| XYZ | 38.88 | 29.14 | 67.87 | - |
| YUV | 151.43 | 163.88 | 150.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 183 | 123 | 215 | 0.15 | 0.43 | 0 | 0.16 | 279.13 | 0.53 | 0.66 |
| Hex | B7 | 7B | D7 | F | 2B | 0 | 10 | 117 | 35 | 42 |
| Octal | 267 | 173 | 327 | 17 | 53 | 0 | 20 | 427 | 65 | 102 |
| Binary | 10110111 | 1111011 | 11010111 | 1111 | 101011 | 0 | 10000 | 100010111 | 110101 | 1000010 |
Color Harmonies of #B77BD7
Complementary color
Monochromatic Colors of #B77BD7
Black with #B77BD7
Text Example
Text Example
White with #B77BD7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B77BD7; }
p { color: rgb(183,123,215); }
H1.HeaderClassName
{
color: #B77BD7;
}
.AnyTagClassName
{
color: #B77BD7;
}
</style>
background-color css
<style>
a { background-color: #B77BD7; }
a { background-color: rgb(183,123,215); }
div.DivClassName
{
background-color: #B77BD7;
}
.BgClassName
{
background-color: #B77BD7;
}
</style>
border-color css
<style>
span { border-color: #B77BD7; }
span { border-color: rgb(183,123,215); }
td.TdClassName
{
border-color: #B77BD7;
}
.TagClassName
{
border-color: #B77BD7;
}
</style>