Shades of East Side #B778CB
Tints of East Side #B778CB
RGB
CMYK
RGB Variations
Color information
#B778CB (or 0xB778CB) is known color: East Side. HEX triplet: B7, 78 and CB. RGB value is (183,120,203). Sum of RGB (Red+Green+Blue) = 183+120+203=506 (67% of max value = 765). Red value is 183 (71.88% from 255 or 36.17% from 506); Green value is 120 (47.27% from 255 or 23.72% from 506); Blue value is 203 (79.69% from 255 or 40.12% from 506); Max value from RGB is 203 - color contains mainly: blue. Hex color #B778CB is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #B778CB is #488734. Grayscale: #949494. Windows color (decimal): -4753205 or 13334711. OLE color: 13334711.
HSL color Cylindrical-coordinate representation of color #B778CB: hue angle of 285.54º degrees, saturation: 0.44, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #B778CB is Cyan = 0.10, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 183 | 120 | 203 | - |
| CMYK | 0.10 | 0.41 | 0 | 0.20 |
| HSL | 285.54º | 0.44% | 0.63% | - |
| HSV(B) | 285.54º | 0.41% | 0.8% | - |
| XYZ | 37.02 | 27.81 | 59.92 | - |
| YUV | 148.3 | 158.87 | 152.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 183 | 120 | 203 | 0.10 | 0.41 | 0 | 0.20 | 285.54 | 0.44 | 0.63 |
| Hex | B7 | 78 | CB | A | 29 | 0 | 14 | 11E | 2C | 3F |
| Octal | 267 | 170 | 313 | 12 | 51 | 0 | 24 | 436 | 54 | 77 |
| Binary | 10110111 | 1111000 | 11001011 | 1010 | 101001 | 0 | 10100 | 100011110 | 101100 | 111111 |
Color Harmonies of #B778CB
Complementary color
Monochromatic Colors of #B778CB
Black with #B778CB
Text Example
Text Example
White with #B778CB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B778CB; }
p { color: rgb(183,120,203); }
H1.HeaderClassName
{
color: #B778CB;
}
.AnyTagClassName
{
color: #B778CB;
}
</style>
background-color css
<style>
a { background-color: #B778CB; }
a { background-color: rgb(183,120,203); }
div.DivClassName
{
background-color: #B778CB;
}
.BgClassName
{
background-color: #B778CB;
}
</style>
border-color css
<style>
span { border-color: #B778CB; }
span { border-color: rgb(183,120,203); }
td.TdClassName
{
border-color: #B778CB;
}
.TagClassName
{
border-color: #B778CB;
}
</style>