Shades of East Side #B77FC9
Tints of East Side #B77FC9
RGB
CMYK
RGB Variations
Color information
#B77FC9 (or 0xB77FC9) is known color: East Side. HEX triplet: B7, 7F and C9. RGB value is (183,127,201). Sum of RGB (Red+Green+Blue) = 183+127+201=511 (67% of max value = 765). Red value is 183 (71.88% from 255 or 35.81% from 511); Green value is 127 (50% from 255 or 24.85% from 511); Blue value is 201 (78.91% from 255 or 39.33% from 511); Max value from RGB is 201 - color contains mainly: blue. Hex color #B77FC9 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #B77FC9 is #488036. Grayscale: #979797. Windows color (decimal): -4751415 or 13205431. OLE color: 13205431.
HSL color Cylindrical-coordinate representation of color #B77FC9: hue angle of 285.41º degrees, saturation: 0.41, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #B77FC9 is Cyan = 0.09, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 183 | 127 | 201 | - |
| CMYK | 0.09 | 0.37 | 0 | 0.21 |
| HSL | 285.41º | 0.41% | 0.64% | - |
| HSV(B) | 285.41º | 0.37% | 0.79% | - |
| XYZ | 37.66 | 29.46 | 58.96 | - |
| YUV | 152.18 | 155.55 | 149.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 183 | 127 | 201 | 0.09 | 0.37 | 0 | 0.21 | 285.41 | 0.41 | 0.64 |
| Hex | B7 | 7F | C9 | 9 | 25 | 0 | 15 | 11D | 29 | 40 |
| Octal | 267 | 177 | 311 | 11 | 45 | 0 | 25 | 435 | 51 | 100 |
| Binary | 10110111 | 1111111 | 11001001 | 1001 | 100101 | 0 | 10101 | 100011101 | 101001 | 1000000 |
Color Harmonies of #B77FC9
Complementary color
Monochromatic Colors of #B77FC9
Black with #B77FC9
Text Example
Text Example
White with #B77FC9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B77FC9; }
p { color: rgb(183,127,201); }
H1.HeaderClassName
{
color: #B77FC9;
}
.AnyTagClassName
{
color: #B77FC9;
}
</style>
background-color css
<style>
a { background-color: #B77FC9; }
a { background-color: rgb(183,127,201); }
div.DivClassName
{
background-color: #B77FC9;
}
.BgClassName
{
background-color: #B77FC9;
}
</style>
border-color css
<style>
span { border-color: #B77FC9; }
span { border-color: rgb(183,127,201); }
td.TdClassName
{
border-color: #B77FC9;
}
.TagClassName
{
border-color: #B77FC9;
}
</style>