Shades of East Side #B78BCD
Tints of East Side #B78BCD
RGB
CMYK
RGB Variations
Color information
#B78BCD (or 0xB78BCD) is known color: East Side. HEX triplet: B7, 8B and CD. RGB value is (183,139,205). Sum of RGB (Red+Green+Blue) = 183+139+205=527 (69% of max value = 765). Red value is 183 (71.88% from 255 or 34.72% from 527); Green value is 139 (54.69% from 255 or 26.38% from 527); Blue value is 205 (80.47% from 255 or 38.90% from 527); Max value from RGB is 205 - color contains mainly: blue. Hex color #B78BCD is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #B78BCD is #487432. Grayscale: #9F9F9F. Windows color (decimal): -4748339 or 13470647. OLE color: 13470647.
HSL color Cylindrical-coordinate representation of color #B78BCD: hue angle of 280º degrees, saturation: 0.4, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #B78BCD is Cyan = 0.11, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 183 | 139 | 205 | - |
| CMYK | 0.11 | 0.32 | 0 | 0.20 |
| HSL | 280º | 0.4% | 0.67% | - |
| HSV(B) | 280º | 0.32% | 0.8% | - |
| XYZ | 39.78 | 32.94 | 62.02 | - |
| YUV | 159.68 | 153.58 | 144.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 183 | 139 | 205 | 0.11 | 0.32 | 0 | 0.20 | 280 | 0.4 | 0.67 |
| Hex | B7 | 8B | CD | B | 20 | 0 | 14 | 118 | 28 | 43 |
| Octal | 267 | 213 | 315 | 13 | 40 | 0 | 24 | 430 | 50 | 103 |
| Binary | 10110111 | 10001011 | 11001101 | 1011 | 100000 | 0 | 10100 | 100011000 | 101000 | 1000011 |
Color Harmonies of #B78BCD
Complementary color
Monochromatic Colors of #B78BCD
Black with #B78BCD
Text Example
Text Example
White with #B78BCD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B78BCD; }
p { color: rgb(183,139,205); }
H1.HeaderClassName
{
color: #B78BCD;
}
.AnyTagClassName
{
color: #B78BCD;
}
</style>
background-color css
<style>
a { background-color: #B78BCD; }
a { background-color: rgb(183,139,205); }
div.DivClassName
{
background-color: #B78BCD;
}
.BgClassName
{
background-color: #B78BCD;
}
</style>
border-color css
<style>
span { border-color: #B78BCD; }
span { border-color: rgb(183,139,205); }
td.TdClassName
{
border-color: #B78BCD;
}
.TagClassName
{
border-color: #B78BCD;
}
</style>