Shades of East Side #B678C5
Tints of East Side #B678C5
RGB
CMYK
RGB Variations
Color information
#B678C5 (or 0xB678C5) is known color: East Side. HEX triplet: B6, 78 and C5. RGB value is (182,120,197). Sum of RGB (Red+Green+Blue) = 182+120+197=499 (66% of max value = 765). Red value is 182 (71.48% from 255 or 36.47% from 499); Green value is 120 (47.27% from 255 or 24.05% from 499); Blue value is 197 (77.34% from 255 or 39.48% from 499); Max value from RGB is 197 - color contains mainly: blue. Hex color #B678C5 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #B678C5 is #49873A. Grayscale: #939393. Windows color (decimal): -4818747 or 12941494. OLE color: 12941494.
HSL color Cylindrical-coordinate representation of color #B678C5: hue angle of 288.31º degrees, saturation: 0.4, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #B678C5 is Cyan = 0.08, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 182 | 120 | 197 | - |
| CMYK | 0.08 | 0.39 | 0 | 0.23 |
| HSL | 288.31º | 0.4% | 0.62% | - |
| HSV(B) | 288.31º | 0.39% | 0.77% | - |
| XYZ | 36.09 | 27.41 | 56.21 | - |
| YUV | 147.32 | 156.04 | 152.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 182 | 120 | 197 | 0.08 | 0.39 | 0 | 0.23 | 288.31 | 0.4 | 0.62 |
| Hex | B6 | 78 | C5 | 8 | 27 | 0 | 17 | 120 | 28 | 3E |
| Octal | 266 | 170 | 305 | 10 | 47 | 0 | 27 | 440 | 50 | 76 |
| Binary | 10110110 | 1111000 | 11000101 | 1000 | 100111 | 0 | 10111 | 100100000 | 101000 | 111110 |
Color Harmonies of #B678C5
Complementary color
Monochromatic Colors of #B678C5
Black with #B678C5
Text Example
Text Example
White with #B678C5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B678C5; }
p { color: rgb(182,120,197); }
H1.HeaderClassName
{
color: #B678C5;
}
.AnyTagClassName
{
color: #B678C5;
}
</style>
background-color css
<style>
a { background-color: #B678C5; }
a { background-color: rgb(182,120,197); }
div.DivClassName
{
background-color: #B678C5;
}
.BgClassName
{
background-color: #B678C5;
}
</style>
border-color css
<style>
span { border-color: #B678C5; }
span { border-color: rgb(182,120,197); }
td.TdClassName
{
border-color: #B678C5;
}
.TagClassName
{
border-color: #B678C5;
}
</style>