Shades of East Side #B780CC
Tints of East Side #B780CC
RGB
CMYK
RGB Variations
Color information
#B780CC (or 0xB780CC) is known color: East Side. HEX triplet: B7, 80 and CC. RGB value is (183,128,204). Sum of RGB (Red+Green+Blue) = 183+128+204=515 (68% of max value = 765). Red value is 183 (71.88% from 255 or 35.53% from 515); Green value is 128 (50.39% from 255 or 24.85% from 515); Blue value is 204 (80.08% from 255 or 39.61% from 515); Max value from RGB is 204 - color contains mainly: blue. Hex color #B780CC is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #B780CC is #487F33. Grayscale: #989898. Windows color (decimal): -4751156 or 13402295. OLE color: 13402295.
HSL color Cylindrical-coordinate representation of color #B780CC: hue angle of 283.42º degrees, saturation: 0.43, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #B780CC is Cyan = 0.10, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 183 | 128 | 204 | - |
| CMYK | 0.10 | 0.37 | 0 | 0.2 |
| HSL | 283.42º | 0.43% | 0.65% | - |
| HSV(B) | 283.42º | 0.37% | 0.8% | - |
| XYZ | 38.15 | 29.87 | 60.88 | - |
| YUV | 153.11 | 156.72 | 149.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 183 | 128 | 204 | 0.10 | 0.37 | 0 | 0.2 | 283.42 | 0.43 | 0.65 |
| Hex | B7 | 80 | CC | A | 25 | 0 | 14 | 11B | 2B | 41 |
| Octal | 267 | 200 | 314 | 12 | 45 | 0 | 24 | 433 | 53 | 101 |
| Binary | 10110111 | 10000000 | 11001100 | 1010 | 100101 | 0 | 10100 | 100011011 | 101011 | 1000001 |
Color Harmonies of #B780CC
Complementary color
Monochromatic Colors of #B780CC
Black with #B780CC
Text Example
Text Example
White with #B780CC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B780CC; }
p { color: rgb(183,128,204); }
H1.HeaderClassName
{
color: #B780CC;
}
.AnyTagClassName
{
color: #B780CC;
}
</style>
background-color css
<style>
a { background-color: #B780CC; }
a { background-color: rgb(183,128,204); }
div.DivClassName
{
background-color: #B780CC;
}
.BgClassName
{
background-color: #B780CC;
}
</style>
border-color css
<style>
span { border-color: #B780CC; }
span { border-color: rgb(183,128,204); }
td.TdClassName
{
border-color: #B780CC;
}
.TagClassName
{
border-color: #B780CC;
}
</style>