Shades of East Side #B678CF
Tints of East Side #B678CF
RGB
CMYK
RGB Variations
Color information
#B678CF (or 0xB678CF) is known color: East Side. HEX triplet: B6, 78 and CF. RGB value is (182,120,207). Sum of RGB (Red+Green+Blue) = 182+120+207=509 (67% of max value = 765). Red value is 182 (71.48% from 255 or 35.76% from 509); Green value is 120 (47.27% from 255 or 23.58% from 509); Blue value is 207 (81.25% from 255 or 40.67% from 509); Max value from RGB is 207 - color contains mainly: blue. Hex color #B678CF is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #B678CF is #498730. Grayscale: #949494. Windows color (decimal): -4818737 or 13596854. OLE color: 13596854.
HSL color Cylindrical-coordinate representation of color #B678CF: hue angle of 282.76º degrees, saturation: 0.48, 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 #B678CF is Cyan = 0.12, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 182 | 120 | 207 | - |
| CMYK | 0.12 | 0.42 | 0 | 0.19 |
| HSL | 282.76º | 0.48% | 0.64% | - |
| HSV(B) | 282.76º | 0.42% | 0.81% | - |
| XYZ | 37.27 | 27.88 | 62.45 | - |
| YUV | 148.46 | 161.04 | 151.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 182 | 120 | 207 | 0.12 | 0.42 | 0 | 0.19 | 282.76 | 0.48 | 0.64 |
| Hex | B6 | 78 | CF | C | 2A | 0 | 13 | 11B | 30 | 40 |
| Octal | 266 | 170 | 317 | 14 | 52 | 0 | 23 | 433 | 60 | 100 |
| Binary | 10110110 | 1111000 | 11001111 | 1100 | 101010 | 0 | 10011 | 100011011 | 110000 | 1000000 |
Color Harmonies of #B678CF
Complementary color
Monochromatic Colors of #B678CF
Black with #B678CF
Text Example
Text Example
White with #B678CF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B678CF; }
p { color: rgb(182,120,207); }
H1.HeaderClassName
{
color: #B678CF;
}
.AnyTagClassName
{
color: #B678CF;
}
</style>
background-color css
<style>
a { background-color: #B678CF; }
a { background-color: rgb(182,120,207); }
div.DivClassName
{
background-color: #B678CF;
}
.BgClassName
{
background-color: #B678CF;
}
</style>
border-color css
<style>
span { border-color: #B678CF; }
span { border-color: rgb(182,120,207); }
td.TdClassName
{
border-color: #B678CF;
}
.TagClassName
{
border-color: #B678CF;
}
</style>