Shades of East Side #B780BC
Tints of East Side #B780BC
RGB
CMYK
RGB Variations
Color information
#B780BC (or 0xB780BC) is known color: East Side. HEX triplet: B7, 80 and BC. RGB value is (183,128,188). Sum of RGB (Red+Green+Blue) = 183+128+188=499 (66% of max value = 765). Red value is 183 (71.88% from 255 or 36.67% from 499); Green value is 128 (50.39% from 255 or 25.65% from 499); Blue value is 188 (73.83% from 255 or 37.68% from 499); Max value from RGB is 188 - color contains mainly: blue. Hex color #B780BC is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #B780BC is #487F43. Grayscale: #979797. Windows color (decimal): -4751172 or 12353719. OLE color: 12353719.
HSL color Cylindrical-coordinate representation of color #B780BC: hue angle of 295º degrees, saturation: 0.31, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #B780BC is Cyan = 0.03, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 183 | 128 | 188 | - |
| CMYK | 0.03 | 0.32 | 0 | 0.26 |
| HSL | 295º | 0.31% | 0.62% | - |
| HSV(B) | 295º | 0.32% | 0.74% | - |
| XYZ | 36.32 | 29.14 | 51.29 | - |
| YUV | 151.29 | 148.72 | 150.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 183 | 128 | 188 | 0.03 | 0.32 | 0 | 0.26 | 295 | 0.31 | 0.62 |
| Hex | B7 | 80 | BC | 3 | 20 | 0 | 1A | 127 | 1F | 3E |
| Octal | 267 | 200 | 274 | 3 | 40 | 0 | 32 | 447 | 37 | 76 |
| Binary | 10110111 | 10000000 | 10111100 | 11 | 100000 | 0 | 11010 | 100100111 | 11111 | 111110 |
Color Harmonies of #B780BC
Complementary color
Monochromatic Colors of #B780BC
Black with #B780BC
Text Example
Text Example
White with #B780BC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B780BC; }
p { color: rgb(183,128,188); }
H1.HeaderClassName
{
color: #B780BC;
}
.AnyTagClassName
{
color: #B780BC;
}
</style>
background-color css
<style>
a { background-color: #B780BC; }
a { background-color: rgb(183,128,188); }
div.DivClassName
{
background-color: #B780BC;
}
.BgClassName
{
background-color: #B780BC;
}
</style>
border-color css
<style>
span { border-color: #B780BC; }
span { border-color: rgb(183,128,188); }
td.TdClassName
{
border-color: #B780BC;
}
.TagClassName
{
border-color: #B780BC;
}
</style>