Shades of East Side #B77DCC
Tints of East Side #B77DCC
RGB
CMYK
RGB Variations
Color information
#B77DCC (or 0xB77DCC) is known color: East Side. HEX triplet: B7, 7D and CC. RGB value is (183,125,204). Sum of RGB (Red+Green+Blue) = 183+125+204=512 (67% of max value = 765). Red value is 183 (71.88% from 255 or 35.74% from 512); Green value is 125 (49.22% from 255 or 24.41% from 512); Blue value is 204 (80.08% from 255 or 39.84% from 512); Max value from RGB is 204 - color contains mainly: blue. Hex color #B77DCC is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #B77DCC is #488233. Grayscale: #979797. Windows color (decimal): -4751924 or 13401527. OLE color: 13401527.
HSL color Cylindrical-coordinate representation of color #B77DCC: hue angle of 284.05º degrees, saturation: 0.44, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #B77DCC is Cyan = 0.10, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 183 | 125 | 204 | - |
| CMYK | 0.10 | 0.39 | 0 | 0.2 |
| HSL | 284.05º | 0.44% | 0.65% | - |
| HSV(B) | 284.05º | 0.39% | 0.8% | - |
| XYZ | 37.76 | 29.09 | 60.75 | - |
| YUV | 151.35 | 157.72 | 150.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 183 | 125 | 204 | 0.10 | 0.39 | 0 | 0.2 | 284.05 | 0.44 | 0.65 |
| Hex | B7 | 7D | CC | A | 27 | 0 | 14 | 11C | 2C | 41 |
| Octal | 267 | 175 | 314 | 12 | 47 | 0 | 24 | 434 | 54 | 101 |
| Binary | 10110111 | 1111101 | 11001100 | 1010 | 100111 | 0 | 10100 | 100011100 | 101100 | 1000001 |
Color Harmonies of #B77DCC
Complementary color
Monochromatic Colors of #B77DCC
Black with #B77DCC
Text Example
Text Example
White with #B77DCC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B77DCC; }
p { color: rgb(183,125,204); }
H1.HeaderClassName
{
color: #B77DCC;
}
.AnyTagClassName
{
color: #B77DCC;
}
</style>
background-color css
<style>
a { background-color: #B77DCC; }
a { background-color: rgb(183,125,204); }
div.DivClassName
{
background-color: #B77DCC;
}
.BgClassName
{
background-color: #B77DCC;
}
</style>
border-color css
<style>
span { border-color: #B77DCC; }
span { border-color: rgb(183,125,204); }
td.TdClassName
{
border-color: #B77DCC;
}
.TagClassName
{
border-color: #B77DCC;
}
</style>