Shades of East Side #B78ECC
Tints of East Side #B78ECC
RGB
CMYK
RGB Variations
Color information
#B78ECC (or 0xB78ECC) is known color: East Side. HEX triplet: B7, 8E and CC. RGB value is (183,142,204). Sum of RGB (Red+Green+Blue) = 183+142+204=529 (70% of max value = 765). Red value is 183 (71.88% from 255 or 34.59% from 529); Green value is 142 (55.86% from 255 or 26.84% from 529); Blue value is 204 (80.08% from 255 or 38.56% from 529); Max value from RGB is 204 - color contains mainly: blue. Hex color #B78ECC is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #B78ECC is #487133. Grayscale: #A1A1A1. Windows color (decimal): -4747572 or 13405879. OLE color: 13405879.
HSL color Cylindrical-coordinate representation of color #B78ECC: hue angle of 279.68º degrees, saturation: 0.38, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #B78ECC is Cyan = 0.10, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 183 | 142 | 204 | - |
| CMYK | 0.10 | 0.30 | 0 | 0.2 |
| HSL | 279.68º | 0.38% | 0.68% | - |
| HSV(B) | 279.68º | 0.3% | 0.8% | - |
| XYZ | 40.1 | 33.77 | 61.53 | - |
| YUV | 161.33 | 152.08 | 143.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 183 | 142 | 204 | 0.10 | 0.30 | 0 | 0.2 | 279.68 | 0.38 | 0.68 |
| Hex | B7 | 8E | CC | A | 1E | 0 | 14 | 118 | 26 | 44 |
| Octal | 267 | 216 | 314 | 12 | 36 | 0 | 24 | 430 | 46 | 104 |
| Binary | 10110111 | 10001110 | 11001100 | 1010 | 11110 | 0 | 10100 | 100011000 | 100110 | 1000100 |
Color Harmonies of #B78ECC
Complementary color
Monochromatic Colors of #B78ECC
Black with #B78ECC
Text Example
Text Example
White with #B78ECC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B78ECC; }
p { color: rgb(183,142,204); }
H1.HeaderClassName
{
color: #B78ECC;
}
.AnyTagClassName
{
color: #B78ECC;
}
</style>
background-color css
<style>
a { background-color: #B78ECC; }
a { background-color: rgb(183,142,204); }
div.DivClassName
{
background-color: #B78ECC;
}
.BgClassName
{
background-color: #B78ECC;
}
</style>
border-color css
<style>
span { border-color: #B78ECC; }
span { border-color: rgb(183,142,204); }
td.TdClassName
{
border-color: #B78ECC;
}
.TagClassName
{
border-color: #B78ECC;
}
</style>