Shades of East Side #B676CF
Tints of East Side #B676CF
RGB
CMYK
RGB Variations
Color information
#B676CF (or 0xB676CF) is known color: East Side. HEX triplet: B6, 76 and CF. RGB value is (182,118,207). Sum of RGB (Red+Green+Blue) = 182+118+207=507 (67% of max value = 765). Red value is 182 (71.48% from 255 or 35.90% from 507); Green value is 118 (46.48% from 255 or 23.27% from 507); Blue value is 207 (81.25% from 255 or 40.83% from 507); Max value from RGB is 207 - color contains mainly: blue. Hex color #B676CF is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #B676CF is #498930. Grayscale: #929292. Windows color (decimal): -4819249 or 13596342. OLE color: 13596342.
HSL color Cylindrical-coordinate representation of color #B676CF: hue angle of 283.15º degrees, saturation: 0.48, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #B676CF is Cyan = 0.12, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 182 | 118 | 207 | - |
| CMYK | 0.12 | 0.43 | 0 | 0.19 |
| HSL | 283.15º | 0.48% | 0.64% | - |
| HSV(B) | 283.15º | 0.43% | 0.81% | - |
| XYZ | 37.03 | 27.41 | 62.37 | - |
| YUV | 147.28 | 161.7 | 152.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 182 | 118 | 207 | 0.12 | 0.43 | 0 | 0.19 | 283.15 | 0.48 | 0.64 |
| Hex | B6 | 76 | CF | C | 2B | 0 | 13 | 11B | 30 | 40 |
| Octal | 266 | 166 | 317 | 14 | 53 | 0 | 23 | 433 | 60 | 100 |
| Binary | 10110110 | 1110110 | 11001111 | 1100 | 101011 | 0 | 10011 | 100011011 | 110000 | 1000000 |
Color Harmonies of #B676CF
Complementary color
Monochromatic Colors of #B676CF
Black with #B676CF
Text Example
Text Example
White with #B676CF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B676CF; }
p { color: rgb(182,118,207); }
H1.HeaderClassName
{
color: #B676CF;
}
.AnyTagClassName
{
color: #B676CF;
}
</style>
background-color css
<style>
a { background-color: #B676CF; }
a { background-color: rgb(182,118,207); }
div.DivClassName
{
background-color: #B676CF;
}
.BgClassName
{
background-color: #B676CF;
}
</style>
border-color css
<style>
span { border-color: #B676CF; }
span { border-color: rgb(182,118,207); }
td.TdClassName
{
border-color: #B676CF;
}
.TagClassName
{
border-color: #B676CF;
}
</style>