Shades of East Side #B77ACC
Tints of East Side #B77ACC
RGB
CMYK
RGB Variations
Color information
#B77ACC (or 0xB77ACC) is known color: East Side. HEX triplet: B7, 7A and CC. RGB value is (183,122,204). Sum of RGB (Red+Green+Blue) = 183+122+204=509 (67% of max value = 765). Red value is 183 (71.88% from 255 or 35.95% from 509); Green value is 122 (48.05% from 255 or 23.97% from 509); Blue value is 204 (80.08% from 255 or 40.08% from 509); Max value from RGB is 204 - color contains mainly: blue. Hex color #B77ACC is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #B77ACC is #488533. Grayscale: #959595. Windows color (decimal): -4752692 or 13400759. OLE color: 13400759.
HSL color Cylindrical-coordinate representation of color #B77ACC: hue angle of 284.63º degrees, saturation: 0.45, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #B77ACC is Cyan = 0.10, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 183 | 122 | 204 | - |
| CMYK | 0.10 | 0.40 | 0 | 0.2 |
| HSL | 284.63º | 0.45% | 0.64% | - |
| HSV(B) | 284.63º | 0.4% | 0.8% | - |
| XYZ | 37.39 | 28.35 | 60.63 | - |
| YUV | 149.59 | 158.71 | 151.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 183 | 122 | 204 | 0.10 | 0.40 | 0 | 0.2 | 284.63 | 0.45 | 0.64 |
| Hex | B7 | 7A | CC | A | 28 | 0 | 14 | 11D | 2D | 40 |
| Octal | 267 | 172 | 314 | 12 | 50 | 0 | 24 | 435 | 55 | 100 |
| Binary | 10110111 | 1111010 | 11001100 | 1010 | 101000 | 0 | 10100 | 100011101 | 101101 | 1000000 |
Color Harmonies of #B77ACC
Complementary color
Monochromatic Colors of #B77ACC
Black with #B77ACC
Text Example
Text Example
White with #B77ACC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B77ACC; }
p { color: rgb(183,122,204); }
H1.HeaderClassName
{
color: #B77ACC;
}
.AnyTagClassName
{
color: #B77ACC;
}
</style>
background-color css
<style>
a { background-color: #B77ACC; }
a { background-color: rgb(183,122,204); }
div.DivClassName
{
background-color: #B77ACC;
}
.BgClassName
{
background-color: #B77ACC;
}
</style>
border-color css
<style>
span { border-color: #B77ACC; }
span { border-color: rgb(183,122,204); }
td.TdClassName
{
border-color: #B77ACC;
}
.TagClassName
{
border-color: #B77ACC;
}
</style>