Shades of East Side #B78AD2
Tints of East Side #B78AD2
RGB
CMYK
RGB Variations
Color information
#B78AD2 (or 0xB78AD2) is known color: East Side. HEX triplet: B7, 8A and D2. RGB value is (183,138,210). Sum of RGB (Red+Green+Blue) = 183+138+210=531 (70% of max value = 765). Red value is 183 (71.88% from 255 or 34.46% from 531); Green value is 138 (54.30% from 255 or 25.99% from 531); Blue value is 210 (82.42% from 255 or 39.55% from 531); Max value from RGB is 210 - color contains mainly: blue. Hex color #B78AD2 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #B78AD2 is #48752D. Grayscale: #9F9F9F. Windows color (decimal): -4748590 or 13798071. OLE color: 13798071.
HSL color Cylindrical-coordinate representation of color #B78AD2: hue angle of 277.5º degrees, saturation: 0.44, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #B78AD2 is Cyan = 0.13, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 183 | 138 | 210 | - |
| CMYK | 0.13 | 0.34 | 0 | 0.18 |
| HSL | 277.5º | 0.44% | 0.68% | - |
| HSV(B) | 277.5º | 0.34% | 0.82% | - |
| XYZ | 40.25 | 32.9 | 65.2 | - |
| YUV | 159.66 | 156.41 | 144.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 183 | 138 | 210 | 0.13 | 0.34 | 0 | 0.18 | 277.5 | 0.44 | 0.68 |
| Hex | B7 | 8A | D2 | D | 22 | 0 | 12 | 116 | 2C | 44 |
| Octal | 267 | 212 | 322 | 15 | 42 | 0 | 22 | 426 | 54 | 104 |
| Binary | 10110111 | 10001010 | 11010010 | 1101 | 100010 | 0 | 10010 | 100010110 | 101100 | 1000100 |
Color Harmonies of #B78AD2
Complementary color
Monochromatic Colors of #B78AD2
Black with #B78AD2
Text Example
Text Example
White with #B78AD2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B78AD2; }
p { color: rgb(183,138,210); }
H1.HeaderClassName
{
color: #B78AD2;
}
.AnyTagClassName
{
color: #B78AD2;
}
</style>
background-color css
<style>
a { background-color: #B78AD2; }
a { background-color: rgb(183,138,210); }
div.DivClassName
{
background-color: #B78AD2;
}
.BgClassName
{
background-color: #B78AD2;
}
</style>
border-color css
<style>
span { border-color: #B78AD2; }
span { border-color: rgb(183,138,210); }
td.TdClassName
{
border-color: #B78AD2;
}
.TagClassName
{
border-color: #B78AD2;
}
</style>