Shades of East Side #B779BB
Tints of East Side #B779BB
RGB
CMYK
RGB Variations
Color information
#B779BB (or 0xB779BB) is known color: East Side. HEX triplet: B7, 79 and BB. RGB value is (183,121,187). Sum of RGB (Red+Green+Blue) = 183+121+187=491 (65% of max value = 765). Red value is 183 (71.88% from 255 or 37.27% from 491); Green value is 121 (47.66% from 255 or 24.64% from 491); Blue value is 187 (73.44% from 255 or 38.09% from 491); Max value from RGB is 187 - color contains mainly: blue. Hex color #B779BB is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #B779BB is #488644. Grayscale: #929292. Windows color (decimal): -4752965 or 12286391. OLE color: 12286391.
HSL color Cylindrical-coordinate representation of color #B779BB: hue angle of 296.36º degrees, saturation: 0.33, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #B779BB is Cyan = 0.02, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 183 | 121 | 187 | - |
| CMYK | 0.02 | 0.35 | 0 | 0.27 |
| HSL | 296.36º | 0.33% | 0.6% | - |
| HSV(B) | 296.36º | 0.35% | 0.73% | - |
| XYZ | 35.34 | 27.33 | 50.43 | - |
| YUV | 147.06 | 150.54 | 153.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 183 | 121 | 187 | 0.02 | 0.35 | 0 | 0.27 | 296.36 | 0.33 | 0.6 |
| Hex | B7 | 79 | BB | 2 | 23 | 0 | 1B | 128 | 21 | 3C |
| Octal | 267 | 171 | 273 | 2 | 43 | 0 | 33 | 450 | 41 | 74 |
| Binary | 10110111 | 1111001 | 10111011 | 10 | 100011 | 0 | 11011 | 100101000 | 100001 | 111100 |
Color Harmonies of #B779BB
Complementary color
Monochromatic Colors of #B779BB
Black with #B779BB
Text Example
Text Example
White with #B779BB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B779BB; }
p { color: rgb(183,121,187); }
H1.HeaderClassName
{
color: #B779BB;
}
.AnyTagClassName
{
color: #B779BB;
}
</style>
background-color css
<style>
a { background-color: #B779BB; }
a { background-color: rgb(183,121,187); }
div.DivClassName
{
background-color: #B779BB;
}
.BgClassName
{
background-color: #B779BB;
}
</style>
border-color css
<style>
span { border-color: #B779BB; }
span { border-color: rgb(183,121,187); }
td.TdClassName
{
border-color: #B779BB;
}
.TagClassName
{
border-color: #B779BB;
}
</style>