Shades of East Side #B77CC1
Tints of East Side #B77CC1
RGB
CMYK
RGB Variations
Color information
#B77CC1 (or 0xB77CC1) is known color: East Side. HEX triplet: B7, 7C and C1. RGB value is (183,124,193). Sum of RGB (Red+Green+Blue) = 183+124+193=500 (66% of max value = 765). Red value is 183 (71.88% from 255 or 36.6% from 500); Green value is 124 (48.83% from 255 or 24.8% from 500); Blue value is 193 (75.78% from 255 or 38.6% from 500); Max value from RGB is 193 - color contains mainly: blue. Hex color #B77CC1 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #B77CC1 is #48833E. Grayscale: #959595. Windows color (decimal): -4752191 or 12680375. OLE color: 12680375.
HSL color Cylindrical-coordinate representation of color #B77CC1: hue angle of 291.3º degrees, saturation: 0.36, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #B77CC1 is Cyan = 0.05, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 183 | 124 | 193 | - |
| CMYK | 0.05 | 0.36 | 0 | 0.24 |
| HSL | 291.3º | 0.36% | 0.62% | - |
| HSV(B) | 291.3º | 0.36% | 0.76% | - |
| XYZ | 36.36 | 28.33 | 54 | - |
| YUV | 149.51 | 152.55 | 151.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 183 | 124 | 193 | 0.05 | 0.36 | 0 | 0.24 | 291.3 | 0.36 | 0.62 |
| Hex | B7 | 7C | C1 | 5 | 24 | 0 | 18 | 123 | 24 | 3E |
| Octal | 267 | 174 | 301 | 5 | 44 | 0 | 30 | 443 | 44 | 76 |
| Binary | 10110111 | 1111100 | 11000001 | 101 | 100100 | 0 | 11000 | 100100011 | 100100 | 111110 |
Color Harmonies of #B77CC1
Complementary color
Monochromatic Colors of #B77CC1
Black with #B77CC1
Text Example
Text Example
White with #B77CC1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B77CC1; }
p { color: rgb(183,124,193); }
H1.HeaderClassName
{
color: #B77CC1;
}
.AnyTagClassName
{
color: #B77CC1;
}
</style>
background-color css
<style>
a { background-color: #B77CC1; }
a { background-color: rgb(183,124,193); }
div.DivClassName
{
background-color: #B77CC1;
}
.BgClassName
{
background-color: #B77CC1;
}
</style>
border-color css
<style>
span { border-color: #B77CC1; }
span { border-color: rgb(183,124,193); }
td.TdClassName
{
border-color: #B77CC1;
}
.TagClassName
{
border-color: #B77CC1;
}
</style>