Shades of East Side #B78BC3
Tints of East Side #B78BC3
RGB
CMYK
RGB Variations
Color information
#B78BC3 (or 0xB78BC3) is known color: East Side. HEX triplet: B7, 8B and C3. RGB value is (183,139,195). Sum of RGB (Red+Green+Blue) = 183+139+195=517 (68% of max value = 765). Red value is 183 (71.88% from 255 or 35.40% from 517); Green value is 139 (54.69% from 255 or 26.89% from 517); Blue value is 195 (76.56% from 255 or 37.72% from 517); Max value from RGB is 195 - color contains mainly: blue. Hex color #B78BC3 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #B78BC3 is #48743C. Grayscale: #9E9E9E. Windows color (decimal): -4748349 or 12815287. OLE color: 12815287.
HSL color Cylindrical-coordinate representation of color #B78BC3: hue angle of 287.14º degrees, saturation: 0.32, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #B78BC3 is Cyan = 0.06, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 183 | 139 | 195 | - |
| CMYK | 0.06 | 0.29 | 0 | 0.24 |
| HSL | 287.14º | 0.32% | 0.65% | - |
| HSV(B) | 287.14º | 0.29% | 0.76% | - |
| XYZ | 38.61 | 32.47 | 55.86 | - |
| YUV | 158.54 | 148.58 | 145.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 183 | 139 | 195 | 0.06 | 0.29 | 0 | 0.24 | 287.14 | 0.32 | 0.65 |
| Hex | B7 | 8B | C3 | 6 | 1D | 0 | 18 | 11F | 20 | 41 |
| Octal | 267 | 213 | 303 | 6 | 35 | 0 | 30 | 437 | 40 | 101 |
| Binary | 10110111 | 10001011 | 11000011 | 110 | 11101 | 0 | 11000 | 100011111 | 100000 | 1000001 |
Color Harmonies of #B78BC3
Complementary color
Monochromatic Colors of #B78BC3
Black with #B78BC3
Text Example
Text Example
White with #B78BC3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B78BC3; }
p { color: rgb(183,139,195); }
H1.HeaderClassName
{
color: #B78BC3;
}
.AnyTagClassName
{
color: #B78BC3;
}
</style>
background-color css
<style>
a { background-color: #B78BC3; }
a { background-color: rgb(183,139,195); }
div.DivClassName
{
background-color: #B78BC3;
}
.BgClassName
{
background-color: #B78BC3;
}
</style>
border-color css
<style>
span { border-color: #B78BC3; }
span { border-color: rgb(183,139,195); }
td.TdClassName
{
border-color: #B78BC3;
}
.TagClassName
{
border-color: #B78BC3;
}
</style>