Shades of East Side #B78CBD
Tints of East Side #B78CBD
RGB
CMYK
RGB Variations
Color information
#B78CBD (or 0xB78CBD) is known color: East Side. HEX triplet: B7, 8C and BD. RGB value is (183,140,189). Sum of RGB (Red+Green+Blue) = 183+140+189=512 (67% of max value = 765). Red value is 183 (71.88% from 255 or 35.74% from 512); Green value is 140 (55.08% from 255 or 27.34% from 512); Blue value is 189 (74.22% from 255 or 36.91% from 512); Max value from RGB is 189 - color contains mainly: blue. Hex color #B78CBD is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #B78CBD is #487342. Grayscale: #9E9E9E. Windows color (decimal): -4748099 or 12422327. OLE color: 12422327.
HSL color Cylindrical-coordinate representation of color #B78CBD: hue angle of 292.65º degrees, saturation: 0.27, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #B78CBD is Cyan = 0.03, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 183 | 140 | 189 | - |
| CMYK | 0.03 | 0.26 | 0 | 0.26 |
| HSL | 292.65º | 0.27% | 0.65% | - |
| HSV(B) | 292.65º | 0.26% | 0.74% | - |
| XYZ | 38.09 | 32.5 | 52.41 | - |
| YUV | 158.44 | 145.25 | 145.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 183 | 140 | 189 | 0.03 | 0.26 | 0 | 0.26 | 292.65 | 0.27 | 0.65 |
| Hex | B7 | 8C | BD | 3 | 1A | 0 | 1A | 125 | 1B | 41 |
| Octal | 267 | 214 | 275 | 3 | 32 | 0 | 32 | 445 | 33 | 101 |
| Binary | 10110111 | 10001100 | 10111101 | 11 | 11010 | 0 | 11010 | 100100101 | 11011 | 1000001 |
Color Harmonies of #B78CBD
Complementary color
Monochromatic Colors of #B78CBD
Black with #B78CBD
Text Example
Text Example
White with #B78CBD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B78CBD; }
p { color: rgb(183,140,189); }
H1.HeaderClassName
{
color: #B78CBD;
}
.AnyTagClassName
{
color: #B78CBD;
}
</style>
background-color css
<style>
a { background-color: #B78CBD; }
a { background-color: rgb(183,140,189); }
div.DivClassName
{
background-color: #B78CBD;
}
.BgClassName
{
background-color: #B78CBD;
}
</style>
border-color css
<style>
span { border-color: #B78CBD; }
span { border-color: rgb(183,140,189); }
td.TdClassName
{
border-color: #B78CBD;
}
.TagClassName
{
border-color: #B78CBD;
}
</style>