Shades of East Side #B777C1
Tints of East Side #B777C1
RGB
CMYK
RGB Variations
Color information
#B777C1 (or 0xB777C1) is known color: East Side. HEX triplet: B7, 77 and C1. RGB value is (183,119,193). Sum of RGB (Red+Green+Blue) = 183+119+193=495 (65% of max value = 765). Red value is 183 (71.88% from 255 or 36.97% from 495); Green value is 119 (46.88% from 255 or 24.04% from 495); Blue value is 193 (75.78% from 255 or 38.99% from 495); Max value from RGB is 193 - color contains mainly: blue. Hex color #B777C1 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #B777C1 is #48883E. Grayscale: #929292. Windows color (decimal): -4753471 or 12679095. OLE color: 12679095.
HSL color Cylindrical-coordinate representation of color #B777C1: hue angle of 291.89º degrees, saturation: 0.37, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #B777C1 is Cyan = 0.05, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 183 | 119 | 193 | - |
| CMYK | 0.05 | 0.38 | 0 | 0.24 |
| HSL | 291.89º | 0.37% | 0.61% | - |
| HSV(B) | 291.89º | 0.38% | 0.76% | - |
| XYZ | 35.75 | 27.11 | 53.8 | - |
| YUV | 146.57 | 154.2 | 153.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 183 | 119 | 193 | 0.05 | 0.38 | 0 | 0.24 | 291.89 | 0.37 | 0.61 |
| Hex | B7 | 77 | C1 | 5 | 26 | 0 | 18 | 124 | 25 | 3D |
| Octal | 267 | 167 | 301 | 5 | 46 | 0 | 30 | 444 | 45 | 75 |
| Binary | 10110111 | 1110111 | 11000001 | 101 | 100110 | 0 | 11000 | 100100100 | 100101 | 111101 |
Color Harmonies of #B777C1
Complementary color
Monochromatic Colors of #B777C1
Black with #B777C1
Text Example
Text Example
White with #B777C1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B777C1; }
p { color: rgb(183,119,193); }
H1.HeaderClassName
{
color: #B777C1;
}
.AnyTagClassName
{
color: #B777C1;
}
</style>
background-color css
<style>
a { background-color: #B777C1; }
a { background-color: rgb(183,119,193); }
div.DivClassName
{
background-color: #B777C1;
}
.BgClassName
{
background-color: #B777C1;
}
</style>
border-color css
<style>
span { border-color: #B777C1; }
span { border-color: rgb(183,119,193); }
td.TdClassName
{
border-color: #B777C1;
}
.TagClassName
{
border-color: #B777C1;
}
</style>