Shades of East Side #B77BCD
Tints of East Side #B77BCD
RGB
CMYK
RGB Variations
Color information
#B77BCD (or 0xB77BCD) is known color: East Side. HEX triplet: B7, 7B and CD. RGB value is (183,123,205). Sum of RGB (Red+Green+Blue) = 183+123+205=511 (67% of max value = 765). Red value is 183 (71.88% from 255 or 35.81% from 511); Green value is 123 (48.44% from 255 or 24.07% from 511); Blue value is 205 (80.47% from 255 or 40.12% from 511); Max value from RGB is 205 - color contains mainly: blue. Hex color #B77BCD is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #B77BCD is #488432. Grayscale: #969696. Windows color (decimal): -4752435 or 13466551. OLE color: 13466551.
HSL color Cylindrical-coordinate representation of color #B77BCD: hue angle of 283.9º 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 #B77BCD is Cyan = 0.11, Magento = 0.4, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 183 | 123 | 205 | - |
| CMYK | 0.11 | 0.4 | 0 | 0.20 |
| HSL | 283.9º | 0.45% | 0.64% | - |
| HSV(B) | 283.9º | 0.4% | 0.8% | - |
| XYZ | 37.63 | 28.64 | 61.3 | - |
| YUV | 150.29 | 158.88 | 151.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 183 | 123 | 205 | 0.11 | 0.4 | 0 | 0.20 | 283.9 | 0.45 | 0.64 |
| Hex | B7 | 7B | CD | B | 28 | 0 | 14 | 11C | 2D | 40 |
| Octal | 267 | 173 | 315 | 13 | 50 | 0 | 24 | 434 | 55 | 100 |
| Binary | 10110111 | 1111011 | 11001101 | 1011 | 101000 | 0 | 10100 | 100011100 | 101101 | 1000000 |
Color Harmonies of #B77BCD
Complementary color
Monochromatic Colors of #B77BCD
Black with #B77BCD
Text Example
Text Example
White with #B77BCD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B77BCD; }
p { color: rgb(183,123,205); }
H1.HeaderClassName
{
color: #B77BCD;
}
.AnyTagClassName
{
color: #B77BCD;
}
</style>
background-color css
<style>
a { background-color: #B77BCD; }
a { background-color: rgb(183,123,205); }
div.DivClassName
{
background-color: #B77BCD;
}
.BgClassName
{
background-color: #B77BCD;
}
</style>
border-color css
<style>
span { border-color: #B77BCD; }
span { border-color: rgb(183,123,205); }
td.TdClassName
{
border-color: #B77BCD;
}
.TagClassName
{
border-color: #B77BCD;
}
</style>