Shades of East Side #B78BBE
Tints of East Side #B78BBE
RGB
CMYK
RGB Variations
Color information
#B78BBE (or 0xB78BBE) is known color: East Side. HEX triplet: B7, 8B and BE. RGB value is (183,139,190). Sum of RGB (Red+Green+Blue) = 183+139+190=512 (67% of max value = 765). Red value is 183 (71.88% from 255 or 35.74% from 512); Green value is 139 (54.69% from 255 or 27.15% from 512); Blue value is 190 (74.61% from 255 or 37.11% from 512); Max value from RGB is 190 - color contains mainly: blue. Hex color #B78BBE is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #B78BBE is #487441. Grayscale: #9D9D9D. Windows color (decimal): -4748354 or 12487607. OLE color: 12487607.
HSL color Cylindrical-coordinate representation of color #B78BBE: hue angle of 291.76º degrees, saturation: 0.28, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #B78BBE is Cyan = 0.04, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 183 | 139 | 190 | - |
| CMYK | 0.04 | 0.27 | 0 | 0.25 |
| HSL | 291.76º | 0.28% | 0.65% | - |
| HSV(B) | 291.76º | 0.27% | 0.75% | - |
| XYZ | 38.06 | 32.25 | 52.93 | - |
| YUV | 157.97 | 146.08 | 145.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 183 | 139 | 190 | 0.04 | 0.27 | 0 | 0.25 | 291.76 | 0.28 | 0.65 |
| Hex | B7 | 8B | BE | 4 | 1B | 0 | 19 | 124 | 1C | 41 |
| Octal | 267 | 213 | 276 | 4 | 33 | 0 | 31 | 444 | 34 | 101 |
| Binary | 10110111 | 10001011 | 10111110 | 100 | 11011 | 0 | 11001 | 100100100 | 11100 | 1000001 |
Color Harmonies of #B78BBE
Complementary color
Monochromatic Colors of #B78BBE
Black with #B78BBE
Text Example
Text Example
White with #B78BBE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B78BBE; }
p { color: rgb(183,139,190); }
H1.HeaderClassName
{
color: #B78BBE;
}
.AnyTagClassName
{
color: #B78BBE;
}
</style>
background-color css
<style>
a { background-color: #B78BBE; }
a { background-color: rgb(183,139,190); }
div.DivClassName
{
background-color: #B78BBE;
}
.BgClassName
{
background-color: #B78BBE;
}
</style>
border-color css
<style>
span { border-color: #B78BBE; }
span { border-color: rgb(183,139,190); }
td.TdClassName
{
border-color: #B78BBE;
}
.TagClassName
{
border-color: #B78BBE;
}
</style>