Shades of East Side #B678BD
Tints of East Side #B678BD
RGB
CMYK
RGB Variations
Color information
#B678BD (or 0xB678BD) is known color: East Side. HEX triplet: B6, 78 and BD. RGB value is (182,120,189). Sum of RGB (Red+Green+Blue) = 182+120+189=491 (65% of max value = 765). Red value is 182 (71.48% from 255 or 37.07% from 491); Green value is 120 (47.27% from 255 or 24.44% from 491); Blue value is 189 (74.22% from 255 or 38.49% from 491); Max value from RGB is 189 - color contains mainly: blue. Hex color #B678BD is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #B678BD is #498742. Grayscale: #929292. Windows color (decimal): -4818755 or 12417206. OLE color: 12417206.
HSL color Cylindrical-coordinate representation of color #B678BD: hue angle of 293.91º degrees, saturation: 0.34, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #B678BD is Cyan = 0.04, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 182 | 120 | 189 | - |
| CMYK | 0.04 | 0.37 | 0 | 0.26 |
| HSL | 293.91º | 0.34% | 0.61% | - |
| HSV(B) | 293.91º | 0.37% | 0.74% | - |
| XYZ | 35.19 | 27.05 | 51.51 | - |
| YUV | 146.4 | 152.04 | 153.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 182 | 120 | 189 | 0.04 | 0.37 | 0 | 0.26 | 293.91 | 0.34 | 0.61 |
| Hex | B6 | 78 | BD | 4 | 25 | 0 | 1A | 126 | 22 | 3D |
| Octal | 266 | 170 | 275 | 4 | 45 | 0 | 32 | 446 | 42 | 75 |
| Binary | 10110110 | 1111000 | 10111101 | 100 | 100101 | 0 | 11010 | 100100110 | 100010 | 111101 |
Color Harmonies of #B678BD
Complementary color
Monochromatic Colors of #B678BD
Black with #B678BD
Text Example
Text Example
White with #B678BD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B678BD; }
p { color: rgb(182,120,189); }
H1.HeaderClassName
{
color: #B678BD;
}
.AnyTagClassName
{
color: #B678BD;
}
</style>
background-color css
<style>
a { background-color: #B678BD; }
a { background-color: rgb(182,120,189); }
div.DivClassName
{
background-color: #B678BD;
}
.BgClassName
{
background-color: #B678BD;
}
</style>
border-color css
<style>
span { border-color: #B678BD; }
span { border-color: rgb(182,120,189); }
td.TdClassName
{
border-color: #B678BD;
}
.TagClassName
{
border-color: #B678BD;
}
</style>