Shades of East Side #B77DCF
Tints of East Side #B77DCF
RGB
CMYK
RGB Variations
Color information
#B77DCF (or 0xB77DCF) is known color: East Side. HEX triplet: B7, 7D and CF. RGB value is (183,125,207). Sum of RGB (Red+Green+Blue) = 183+125+207=515 (68% of max value = 765). Red value is 183 (71.88% from 255 or 35.53% from 515); Green value is 125 (49.22% from 255 or 24.27% from 515); Blue value is 207 (81.25% from 255 or 40.19% from 515); Max value from RGB is 207 - color contains mainly: blue. Hex color #B77DCF is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #B77DCF is #488230. Grayscale: #979797. Windows color (decimal): -4751921 or 13598135. OLE color: 13598135.
HSL color Cylindrical-coordinate representation of color #B77DCF: hue angle of 282.44º degrees, saturation: 0.46, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #B77DCF is Cyan = 0.12, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 183 | 125 | 207 | - |
| CMYK | 0.12 | 0.40 | 0 | 0.19 |
| HSL | 282.44º | 0.46% | 0.65% | - |
| HSV(B) | 282.44º | 0.4% | 0.81% | - |
| XYZ | 38.12 | 29.24 | 62.67 | - |
| YUV | 151.69 | 159.22 | 150.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 183 | 125 | 207 | 0.12 | 0.40 | 0 | 0.19 | 282.44 | 0.46 | 0.65 |
| Hex | B7 | 7D | CF | C | 28 | 0 | 13 | 11A | 2E | 41 |
| Octal | 267 | 175 | 317 | 14 | 50 | 0 | 23 | 432 | 56 | 101 |
| Binary | 10110111 | 1111101 | 11001111 | 1100 | 101000 | 0 | 10011 | 100011010 | 101110 | 1000001 |
Color Harmonies of #B77DCF
Complementary color
Monochromatic Colors of #B77DCF
Black with #B77DCF
Text Example
Text Example
White with #B77DCF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B77DCF; }
p { color: rgb(183,125,207); }
H1.HeaderClassName
{
color: #B77DCF;
}
.AnyTagClassName
{
color: #B77DCF;
}
</style>
background-color css
<style>
a { background-color: #B77DCF; }
a { background-color: rgb(183,125,207); }
div.DivClassName
{
background-color: #B77DCF;
}
.BgClassName
{
background-color: #B77DCF;
}
</style>
border-color css
<style>
span { border-color: #B77DCF; }
span { border-color: rgb(183,125,207); }
td.TdClassName
{
border-color: #B77DCF;
}
.TagClassName
{
border-color: #B77DCF;
}
</style>