Shades of East Side #B77BDA
Tints of East Side #B77BDA
RGB
CMYK
RGB Variations
Color information
#B77BDA (or 0xB77BDA) is known color: East Side. HEX triplet: B7, 7B and DA. RGB value is (183,123,218). Sum of RGB (Red+Green+Blue) = 183+123+218=524 (69% of max value = 765). Red value is 183 (71.88% from 255 or 34.92% from 524); Green value is 123 (48.44% from 255 or 23.47% from 524); Blue value is 218 (85.55% from 255 or 41.60% from 524); Max value from RGB is 218 - color contains mainly: blue. Hex color #B77BDA is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #B77BDA is #488425. Grayscale: #979797. Windows color (decimal): -4752422 or 14318519. OLE color: 14318519.
HSL color Cylindrical-coordinate representation of color #B77BDA: hue angle of 277.89º degrees, saturation: 0.56, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #B77BDA is Cyan = 0.16, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 183 | 123 | 218 | - |
| CMYK | 0.16 | 0.44 | 0 | 0.15 |
| HSL | 277.89º | 0.56% | 0.67% | - |
| HSV(B) | 277.89º | 0.44% | 0.85% | - |
| XYZ | 39.27 | 29.3 | 69.91 | - |
| YUV | 151.77 | 165.38 | 150.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 183 | 123 | 218 | 0.16 | 0.44 | 0 | 0.15 | 277.89 | 0.56 | 0.67 |
| Hex | B7 | 7B | DA | 10 | 2C | 0 | F | 116 | 38 | 43 |
| Octal | 267 | 173 | 332 | 20 | 54 | 0 | 17 | 426 | 70 | 103 |
| Binary | 10110111 | 1111011 | 11011010 | 10000 | 101100 | 0 | 1111 | 100010110 | 111000 | 1000011 |
Color Harmonies of #B77BDA
Complementary color
Monochromatic Colors of #B77BDA
Black with #B77BDA
Text Example
Text Example
White with #B77BDA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B77BDA; }
p { color: rgb(183,123,218); }
H1.HeaderClassName
{
color: #B77BDA;
}
.AnyTagClassName
{
color: #B77BDA;
}
</style>
background-color css
<style>
a { background-color: #B77BDA; }
a { background-color: rgb(183,123,218); }
div.DivClassName
{
background-color: #B77BDA;
}
.BgClassName
{
background-color: #B77BDA;
}
</style>
border-color css
<style>
span { border-color: #B77BDA; }
span { border-color: rgb(183,123,218); }
td.TdClassName
{
border-color: #B77BDA;
}
.TagClassName
{
border-color: #B77BDA;
}
</style>