Shades of East Side #B77BC5
Tints of East Side #B77BC5
RGB
CMYK
RGB Variations
Color information
#B77BC5 (or 0xB77BC5) is known color: East Side. HEX triplet: B7, 7B and C5. RGB value is (183,123,197). Sum of RGB (Red+Green+Blue) = 183+123+197=503 (66% of max value = 765). Red value is 183 (71.88% from 255 or 36.38% from 503); Green value is 123 (48.44% from 255 or 24.45% from 503); Blue value is 197 (77.34% from 255 or 39.17% from 503); Max value from RGB is 197 - color contains mainly: blue. Hex color #B77BC5 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #B77BC5 is #48843A. Grayscale: #959595. Windows color (decimal): -4752443 or 12942263. OLE color: 12942263.
HSL color Cylindrical-coordinate representation of color #B77BC5: hue angle of 288.65º degrees, saturation: 0.39, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #B77BC5 is Cyan = 0.07, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 183 | 123 | 197 | - |
| CMYK | 0.07 | 0.38 | 0 | 0.23 |
| HSL | 288.65º | 0.39% | 0.63% | - |
| HSV(B) | 288.65º | 0.38% | 0.77% | - |
| XYZ | 36.69 | 28.26 | 56.35 | - |
| YUV | 149.38 | 154.88 | 151.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 183 | 123 | 197 | 0.07 | 0.38 | 0 | 0.23 | 288.65 | 0.39 | 0.63 |
| Hex | B7 | 7B | C5 | 7 | 26 | 0 | 17 | 121 | 27 | 3F |
| Octal | 267 | 173 | 305 | 7 | 46 | 0 | 27 | 441 | 47 | 77 |
| Binary | 10110111 | 1111011 | 11000101 | 111 | 100110 | 0 | 10111 | 100100001 | 100111 | 111111 |
Color Harmonies of #B77BC5
Complementary color
Monochromatic Colors of #B77BC5
Black with #B77BC5
Text Example
Text Example
White with #B77BC5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B77BC5; }
p { color: rgb(183,123,197); }
H1.HeaderClassName
{
color: #B77BC5;
}
.AnyTagClassName
{
color: #B77BC5;
}
</style>
background-color css
<style>
a { background-color: #B77BC5; }
a { background-color: rgb(183,123,197); }
div.DivClassName
{
background-color: #B77BC5;
}
.BgClassName
{
background-color: #B77BC5;
}
</style>
border-color css
<style>
span { border-color: #B77BC5; }
span { border-color: rgb(183,123,197); }
td.TdClassName
{
border-color: #B77BC5;
}
.TagClassName
{
border-color: #B77BC5;
}
</style>