Shades of East Side #B78DCC
Tints of East Side #B78DCC
RGB
CMYK
RGB Variations
Color information
#B78DCC (or 0xB78DCC) is known color: East Side. HEX triplet: B7, 8D and CC. RGB value is (183,141,204). Sum of RGB (Red+Green+Blue) = 183+141+204=528 (69% of max value = 765). Red value is 183 (71.88% from 255 or 34.66% from 528); Green value is 141 (55.47% from 255 or 26.70% from 528); Blue value is 204 (80.08% from 255 or 38.64% from 528); Max value from RGB is 204 - color contains mainly: blue. Hex color #B78DCC is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #B78DCC is #487233. Grayscale: #A0A0A0. Windows color (decimal): -4747828 or 13405623. OLE color: 13405623.
HSL color Cylindrical-coordinate representation of color #B78DCC: hue angle of 280º degrees, saturation: 0.38, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #B78DCC is Cyan = 0.10, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 183 | 141 | 204 | - |
| CMYK | 0.10 | 0.31 | 0 | 0.2 |
| HSL | 280º | 0.38% | 0.68% | - |
| HSV(B) | 280º | 0.31% | 0.8% | - |
| XYZ | 39.95 | 33.48 | 61.48 | - |
| YUV | 160.74 | 152.41 | 143.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 183 | 141 | 204 | 0.10 | 0.31 | 0 | 0.2 | 280 | 0.38 | 0.68 |
| Hex | B7 | 8D | CC | A | 1F | 0 | 14 | 118 | 26 | 44 |
| Octal | 267 | 215 | 314 | 12 | 37 | 0 | 24 | 430 | 46 | 104 |
| Binary | 10110111 | 10001101 | 11001100 | 1010 | 11111 | 0 | 10100 | 100011000 | 100110 | 1000100 |
Color Harmonies of #B78DCC
Complementary color
Monochromatic Colors of #B78DCC
Black with #B78DCC
Text Example
Text Example
White with #B78DCC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B78DCC; }
p { color: rgb(183,141,204); }
H1.HeaderClassName
{
color: #B78DCC;
}
.AnyTagClassName
{
color: #B78DCC;
}
</style>
background-color css
<style>
a { background-color: #B78DCC; }
a { background-color: rgb(183,141,204); }
div.DivClassName
{
background-color: #B78DCC;
}
.BgClassName
{
background-color: #B78DCC;
}
</style>
border-color css
<style>
span { border-color: #B78DCC; }
span { border-color: rgb(183,141,204); }
td.TdClassName
{
border-color: #B78DCC;
}
.TagClassName
{
border-color: #B78DCC;
}
</style>