Shades of East Side #B77AD5
Tints of East Side #B77AD5
RGB
CMYK
RGB Variations
Color information
#B77AD5 (or 0xB77AD5) is known color: East Side. HEX triplet: B7, 7A and D5. RGB value is (183,122,213). Sum of RGB (Red+Green+Blue) = 183+122+213=518 (68% of max value = 765). Red value is 183 (71.88% from 255 or 35.33% from 518); Green value is 122 (48.05% from 255 or 23.55% from 518); Blue value is 213 (83.59% from 255 or 41.12% from 518); Max value from RGB is 213 - color contains mainly: blue. Hex color #B77AD5 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #B77AD5 is #48852A. Grayscale: #969696. Windows color (decimal): -4752683 or 13990583. OLE color: 13990583.
HSL color Cylindrical-coordinate representation of color #B77AD5: hue angle of 280.22º degrees, saturation: 0.52, 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 #B77AD5 is Cyan = 0.14, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 183 | 122 | 213 | - |
| CMYK | 0.14 | 0.43 | 0 | 0.16 |
| HSL | 280.22º | 0.52% | 0.66% | - |
| HSV(B) | 280.22º | 0.43% | 0.84% | - |
| XYZ | 38.5 | 28.79 | 66.48 | - |
| YUV | 150.61 | 163.21 | 151.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 183 | 122 | 213 | 0.14 | 0.43 | 0 | 0.16 | 280.22 | 0.52 | 0.66 |
| Hex | B7 | 7A | D5 | E | 2B | 0 | 10 | 118 | 34 | 42 |
| Octal | 267 | 172 | 325 | 16 | 53 | 0 | 20 | 430 | 64 | 102 |
| Binary | 10110111 | 1111010 | 11010101 | 1110 | 101011 | 0 | 10000 | 100011000 | 110100 | 1000010 |
Color Harmonies of #B77AD5
Complementary color
Monochromatic Colors of #B77AD5
Black with #B77AD5
Text Example
Text Example
White with #B77AD5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B77AD5; }
p { color: rgb(183,122,213); }
H1.HeaderClassName
{
color: #B77AD5;
}
.AnyTagClassName
{
color: #B77AD5;
}
</style>
background-color css
<style>
a { background-color: #B77AD5; }
a { background-color: rgb(183,122,213); }
div.DivClassName
{
background-color: #B77AD5;
}
.BgClassName
{
background-color: #B77AD5;
}
</style>
border-color css
<style>
span { border-color: #B77AD5; }
span { border-color: rgb(183,122,213); }
td.TdClassName
{
border-color: #B77AD5;
}
.TagClassName
{
border-color: #B77AD5;
}
</style>