Shades of East Side #B77ECF
Tints of East Side #B77ECF
RGB
CMYK
RGB Variations
Color information
#B77ECF (or 0xB77ECF) is known color: East Side. HEX triplet: B7, 7E and CF. RGB value is (183,126,207). Sum of RGB (Red+Green+Blue) = 183+126+207=516 (68% of max value = 765). Red value is 183 (71.88% from 255 or 35.47% from 516); Green value is 126 (49.61% from 255 or 24.42% from 516); Blue value is 207 (81.25% from 255 or 40.12% from 516); Max value from RGB is 207 - color contains mainly: blue. Hex color #B77ECF is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #B77ECF is #488130. Grayscale: #989898. Windows color (decimal): -4751665 or 13598391. OLE color: 13598391.
HSL color Cylindrical-coordinate representation of color #B77ECF: hue angle of 282.22º degrees, saturation: 0.46, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #B77ECF is Cyan = 0.12, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 183 | 126 | 207 | - |
| CMYK | 0.12 | 0.39 | 0 | 0.19 |
| HSL | 282.22º | 0.46% | 0.65% | - |
| HSV(B) | 282.22º | 0.39% | 0.81% | - |
| XYZ | 38.25 | 29.49 | 62.71 | - |
| YUV | 152.28 | 158.88 | 149.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 183 | 126 | 207 | 0.12 | 0.39 | 0 | 0.19 | 282.22 | 0.46 | 0.65 |
| Hex | B7 | 7E | CF | C | 27 | 0 | 13 | 11A | 2E | 41 |
| Octal | 267 | 176 | 317 | 14 | 47 | 0 | 23 | 432 | 56 | 101 |
| Binary | 10110111 | 1111110 | 11001111 | 1100 | 100111 | 0 | 10011 | 100011010 | 101110 | 1000001 |
Color Harmonies of #B77ECF
Complementary color
Monochromatic Colors of #B77ECF
Black with #B77ECF
Text Example
Text Example
White with #B77ECF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B77ECF; }
p { color: rgb(183,126,207); }
H1.HeaderClassName
{
color: #B77ECF;
}
.AnyTagClassName
{
color: #B77ECF;
}
</style>
background-color css
<style>
a { background-color: #B77ECF; }
a { background-color: rgb(183,126,207); }
div.DivClassName
{
background-color: #B77ECF;
}
.BgClassName
{
background-color: #B77ECF;
}
</style>
border-color css
<style>
span { border-color: #B77ECF; }
span { border-color: rgb(183,126,207); }
td.TdClassName
{
border-color: #B77ECF;
}
.TagClassName
{
border-color: #B77ECF;
}
</style>