Shades of East Side #B78FBD
Tints of East Side #B78FBD
RGB
CMYK
RGB Variations
Color information
#B78FBD (or 0xB78FBD) is known color: East Side. HEX triplet: B7, 8F and BD. RGB value is (183,143,189). Sum of RGB (Red+Green+Blue) = 183+143+189=515 (68% of max value = 765). Red value is 183 (71.88% from 255 or 35.53% from 515); Green value is 143 (56.25% from 255 or 27.77% from 515); Blue value is 189 (74.22% from 255 or 36.70% from 515); Max value from RGB is 189 - color contains mainly: blue. Hex color #B78FBD is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #B78FBD is #487042. Grayscale: #A0A0A0. Windows color (decimal): -4747331 or 12423095. OLE color: 12423095.
HSL color Cylindrical-coordinate representation of color #B78FBD: hue angle of 292.17º degrees, saturation: 0.26, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #B78FBD is Cyan = 0.03, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 183 | 143 | 189 | - |
| CMYK | 0.03 | 0.24 | 0 | 0.26 |
| HSL | 292.17º | 0.26% | 0.65% | - |
| HSV(B) | 292.17º | 0.24% | 0.74% | - |
| XYZ | 38.54 | 33.39 | 52.56 | - |
| YUV | 160.2 | 144.25 | 144.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 183 | 143 | 189 | 0.03 | 0.24 | 0 | 0.26 | 292.17 | 0.26 | 0.65 |
| Hex | B7 | 8F | BD | 3 | 18 | 0 | 1A | 124 | 1A | 41 |
| Octal | 267 | 217 | 275 | 3 | 30 | 0 | 32 | 444 | 32 | 101 |
| Binary | 10110111 | 10001111 | 10111101 | 11 | 11000 | 0 | 11010 | 100100100 | 11010 | 1000001 |
Color Harmonies of #B78FBD
Complementary color
Monochromatic Colors of #B78FBD
Black with #B78FBD
Text Example
Text Example
White with #B78FBD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B78FBD; }
p { color: rgb(183,143,189); }
H1.HeaderClassName
{
color: #B78FBD;
}
.AnyTagClassName
{
color: #B78FBD;
}
</style>
background-color css
<style>
a { background-color: #B78FBD; }
a { background-color: rgb(183,143,189); }
div.DivClassName
{
background-color: #B78FBD;
}
.BgClassName
{
background-color: #B78FBD;
}
</style>
border-color css
<style>
span { border-color: #B78FBD; }
span { border-color: rgb(183,143,189); }
td.TdClassName
{
border-color: #B78FBD;
}
.TagClassName
{
border-color: #B78FBD;
}
</style>