Shades of East Side #B678D1
Tints of East Side #B678D1
RGB
CMYK
RGB Variations
Color information
#B678D1 (or 0xB678D1) is known color: East Side. HEX triplet: B6, 78 and D1. RGB value is (182,120,209). Sum of RGB (Red+Green+Blue) = 182+120+209=511 (67% of max value = 765). Red value is 182 (71.48% from 255 or 35.62% from 511); Green value is 120 (47.27% from 255 or 23.48% from 511); Blue value is 209 (82.03% from 255 or 40.90% from 511); Max value from RGB is 209 - color contains mainly: blue. Hex color #B678D1 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #B678D1 is #49872E. Grayscale: #949494. Windows color (decimal): -4818735 or 13727926. OLE color: 13727926.
HSL color Cylindrical-coordinate representation of color #B678D1: hue angle of 281.8º degrees, saturation: 0.49, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #B678D1 is Cyan = 0.13, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 182 | 120 | 209 | - |
| CMYK | 0.13 | 0.43 | 0 | 0.18 |
| HSL | 281.8º | 0.49% | 0.65% | - |
| HSV(B) | 281.8º | 0.43% | 0.82% | - |
| XYZ | 37.52 | 27.98 | 63.75 | - |
| YUV | 148.68 | 162.04 | 151.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 182 | 120 | 209 | 0.13 | 0.43 | 0 | 0.18 | 281.8 | 0.49 | 0.65 |
| Hex | B6 | 78 | D1 | D | 2B | 0 | 12 | 11A | 31 | 41 |
| Octal | 266 | 170 | 321 | 15 | 53 | 0 | 22 | 432 | 61 | 101 |
| Binary | 10110110 | 1111000 | 11010001 | 1101 | 101011 | 0 | 10010 | 100011010 | 110001 | 1000001 |
Color Harmonies of #B678D1
Complementary color
Monochromatic Colors of #B678D1
Black with #B678D1
Text Example
Text Example
White with #B678D1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B678D1; }
p { color: rgb(182,120,209); }
H1.HeaderClassName
{
color: #B678D1;
}
.AnyTagClassName
{
color: #B678D1;
}
</style>
background-color css
<style>
a { background-color: #B678D1; }
a { background-color: rgb(182,120,209); }
div.DivClassName
{
background-color: #B678D1;
}
.BgClassName
{
background-color: #B678D1;
}
</style>
border-color css
<style>
span { border-color: #B678D1; }
span { border-color: rgb(182,120,209); }
td.TdClassName
{
border-color: #B678D1;
}
.TagClassName
{
border-color: #B678D1;
}
</style>