Shades of East Side #B77CCC
Tints of East Side #B77CCC
RGB
CMYK
RGB Variations
Color information
#B77CCC (or 0xB77CCC) is known color: East Side. HEX triplet: B7, 7C and CC. RGB value is (183,124,204). Sum of RGB (Red+Green+Blue) = 183+124+204=511 (67% of max value = 765). Red value is 183 (71.88% from 255 or 35.81% from 511); Green value is 124 (48.83% from 255 or 24.27% from 511); Blue value is 204 (80.08% from 255 or 39.92% from 511); Max value from RGB is 204 - color contains mainly: blue. Hex color #B77CCC is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #B77CCC is #488333. Grayscale: #969696. Windows color (decimal): -4752180 or 13401271. OLE color: 13401271.
HSL color Cylindrical-coordinate representation of color #B77CCC: hue angle of 284.25º degrees, saturation: 0.44, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #B77CCC is Cyan = 0.10, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 183 | 124 | 204 | - |
| CMYK | 0.10 | 0.39 | 0 | 0.2 |
| HSL | 284.25º | 0.44% | 0.64% | - |
| HSV(B) | 284.25º | 0.39% | 0.8% | - |
| XYZ | 37.64 | 28.84 | 60.71 | - |
| YUV | 150.76 | 158.05 | 151 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 183 | 124 | 204 | 0.10 | 0.39 | 0 | 0.2 | 284.25 | 0.44 | 0.64 |
| Hex | B7 | 7C | CC | A | 27 | 0 | 14 | 11C | 2C | 40 |
| Octal | 267 | 174 | 314 | 12 | 47 | 0 | 24 | 434 | 54 | 100 |
| Binary | 10110111 | 1111100 | 11001100 | 1010 | 100111 | 0 | 10100 | 100011100 | 101100 | 1000000 |
Color Harmonies of #B77CCC
Complementary color
Monochromatic Colors of #B77CCC
Black with #B77CCC
Text Example
Text Example
White with #B77CCC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B77CCC; }
p { color: rgb(183,124,204); }
H1.HeaderClassName
{
color: #B77CCC;
}
.AnyTagClassName
{
color: #B77CCC;
}
</style>
background-color css
<style>
a { background-color: #B77CCC; }
a { background-color: rgb(183,124,204); }
div.DivClassName
{
background-color: #B77CCC;
}
.BgClassName
{
background-color: #B77CCC;
}
</style>
border-color css
<style>
span { border-color: #B77CCC; }
span { border-color: rgb(183,124,204); }
td.TdClassName
{
border-color: #B77CCC;
}
.TagClassName
{
border-color: #B77CCC;
}
</style>