Shades of East Side #B679CF
Tints of East Side #B679CF
RGB
CMYK
RGB Variations
Color information
#B679CF (or 0xB679CF) is known color: East Side. HEX triplet: B6, 79 and CF. RGB value is (182,121,207). Sum of RGB (Red+Green+Blue) = 182+121+207=510 (67% of max value = 765). Red value is 182 (71.48% from 255 or 35.69% from 510); Green value is 121 (47.66% from 255 or 23.73% from 510); Blue value is 207 (81.25% from 255 or 40.59% from 510); Max value from RGB is 207 - color contains mainly: blue. Hex color #B679CF is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #B679CF is #498630. Grayscale: #949494. Windows color (decimal): -4818481 or 13597110. OLE color: 13597110.
HSL color Cylindrical-coordinate representation of color #B679CF: hue angle of 282.56º degrees, saturation: 0.47, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #B679CF is Cyan = 0.12, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 182 | 121 | 207 | - |
| CMYK | 0.12 | 0.42 | 0 | 0.19 |
| HSL | 282.56º | 0.47% | 0.64% | - |
| HSV(B) | 282.56º | 0.42% | 0.81% | - |
| XYZ | 37.39 | 28.12 | 62.49 | - |
| YUV | 149.04 | 160.71 | 151.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 182 | 121 | 207 | 0.12 | 0.42 | 0 | 0.19 | 282.56 | 0.47 | 0.64 |
| Hex | B6 | 79 | CF | C | 2A | 0 | 13 | 11B | 2F | 40 |
| Octal | 266 | 171 | 317 | 14 | 52 | 0 | 23 | 433 | 57 | 100 |
| Binary | 10110110 | 1111001 | 11001111 | 1100 | 101010 | 0 | 10011 | 100011011 | 101111 | 1000000 |
Color Harmonies of #B679CF
Complementary color
Monochromatic Colors of #B679CF
Black with #B679CF
Text Example
Text Example
White with #B679CF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B679CF; }
p { color: rgb(182,121,207); }
H1.HeaderClassName
{
color: #B679CF;
}
.AnyTagClassName
{
color: #B679CF;
}
</style>
background-color css
<style>
a { background-color: #B679CF; }
a { background-color: rgb(182,121,207); }
div.DivClassName
{
background-color: #B679CF;
}
.BgClassName
{
background-color: #B679CF;
}
</style>
border-color css
<style>
span { border-color: #B679CF; }
span { border-color: rgb(182,121,207); }
td.TdClassName
{
border-color: #B679CF;
}
.TagClassName
{
border-color: #B679CF;
}
</style>