Shades of East Side #B676C2
Tints of East Side #B676C2
RGB
CMYK
RGB Variations
Color information
#B676C2 (or 0xB676C2) is known color: East Side. HEX triplet: B6, 76 and C2. RGB value is (182,118,194). Sum of RGB (Red+Green+Blue) = 182+118+194=494 (65% of max value = 765). Red value is 182 (71.48% from 255 or 36.84% from 494); Green value is 118 (46.48% from 255 or 23.89% from 494); Blue value is 194 (76.17% from 255 or 39.27% from 494); Max value from RGB is 194 - color contains mainly: blue. Hex color #B676C2 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #B676C2 is #49893D. Grayscale: #919191. Windows color (decimal): -4819262 or 12744374. OLE color: 12744374.
HSL color Cylindrical-coordinate representation of color #B676C2: hue angle of 290.53º degrees, saturation: 0.38, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #B676C2 is Cyan = 0.06, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 182 | 118 | 194 | - |
| CMYK | 0.06 | 0.39 | 0 | 0.24 |
| HSL | 290.53º | 0.38% | 0.61% | - |
| HSV(B) | 290.53º | 0.39% | 0.76% | - |
| XYZ | 35.51 | 26.8 | 54.34 | - |
| YUV | 145.8 | 155.2 | 153.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 182 | 118 | 194 | 0.06 | 0.39 | 0 | 0.24 | 290.53 | 0.38 | 0.61 |
| Hex | B6 | 76 | C2 | 6 | 27 | 0 | 18 | 123 | 26 | 3D |
| Octal | 266 | 166 | 302 | 6 | 47 | 0 | 30 | 443 | 46 | 75 |
| Binary | 10110110 | 1110110 | 11000010 | 110 | 100111 | 0 | 11000 | 100100011 | 100110 | 111101 |
Color Harmonies of #B676C2
Complementary color
Monochromatic Colors of #B676C2
Black with #B676C2
Text Example
Text Example
White with #B676C2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B676C2; }
p { color: rgb(182,118,194); }
H1.HeaderClassName
{
color: #B676C2;
}
.AnyTagClassName
{
color: #B676C2;
}
</style>
background-color css
<style>
a { background-color: #B676C2; }
a { background-color: rgb(182,118,194); }
div.DivClassName
{
background-color: #B676C2;
}
.BgClassName
{
background-color: #B676C2;
}
</style>
border-color css
<style>
span { border-color: #B676C2; }
span { border-color: rgb(182,118,194); }
td.TdClassName
{
border-color: #B676C2;
}
.TagClassName
{
border-color: #B676C2;
}
</style>