Shades of East Side #B778D0
Tints of East Side #B778D0
RGB
CMYK
RGB Variations
Color information
#B778D0 (or 0xB778D0) is known color: East Side. HEX triplet: B7, 78 and D0. RGB value is (183,120,208). Sum of RGB (Red+Green+Blue) = 183+120+208=511 (67% of max value = 765). Red value is 183 (71.88% from 255 or 35.81% from 511); Green value is 120 (47.27% from 255 or 23.48% from 511); Blue value is 208 (81.64% from 255 or 40.70% from 511); Max value from RGB is 208 - color contains mainly: blue. Hex color #B778D0 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #B778D0 is #48872F. Grayscale: #949494. Windows color (decimal): -4753200 or 13662391. OLE color: 13662391.
HSL color Cylindrical-coordinate representation of color #B778D0: hue angle of 282.95º degrees, saturation: 0.48, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #B778D0 is Cyan = 0.12, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 183 | 120 | 208 | - |
| CMYK | 0.12 | 0.42 | 0 | 0.18 |
| HSL | 282.95º | 0.48% | 0.64% | - |
| HSV(B) | 282.95º | 0.42% | 0.82% | - |
| XYZ | 37.63 | 28.05 | 63.11 | - |
| YUV | 148.87 | 161.37 | 152.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 183 | 120 | 208 | 0.12 | 0.42 | 0 | 0.18 | 282.95 | 0.48 | 0.64 |
| Hex | B7 | 78 | D0 | C | 2A | 0 | 12 | 11B | 30 | 40 |
| Octal | 267 | 170 | 320 | 14 | 52 | 0 | 22 | 433 | 60 | 100 |
| Binary | 10110111 | 1111000 | 11010000 | 1100 | 101010 | 0 | 10010 | 100011011 | 110000 | 1000000 |
Color Harmonies of #B778D0
Complementary color
Monochromatic Colors of #B778D0
Black with #B778D0
Text Example
Text Example
White with #B778D0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B778D0; }
p { color: rgb(183,120,208); }
H1.HeaderClassName
{
color: #B778D0;
}
.AnyTagClassName
{
color: #B778D0;
}
</style>
background-color css
<style>
a { background-color: #B778D0; }
a { background-color: rgb(183,120,208); }
div.DivClassName
{
background-color: #B778D0;
}
.BgClassName
{
background-color: #B778D0;
}
</style>
border-color css
<style>
span { border-color: #B778D0; }
span { border-color: rgb(183,120,208); }
td.TdClassName
{
border-color: #B778D0;
}
.TagClassName
{
border-color: #B778D0;
}
</style>