Shades of East Side #B77DC2
Tints of East Side #B77DC2
RGB
CMYK
RGB Variations
Color information
#B77DC2 (or 0xB77DC2) is known color: East Side. HEX triplet: B7, 7D and C2. RGB value is (183,125,194). Sum of RGB (Red+Green+Blue) = 183+125+194=502 (66% of max value = 765). Red value is 183 (71.88% from 255 or 36.45% from 502); Green value is 125 (49.22% from 255 or 24.90% from 502); Blue value is 194 (76.17% from 255 or 38.65% from 502); Max value from RGB is 194 - color contains mainly: blue. Hex color #B77DC2 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #B77DC2 is #48823D. Grayscale: #959595. Windows color (decimal): -4751934 or 12746167. OLE color: 12746167.
HSL color Cylindrical-coordinate representation of color #B77DC2: hue angle of 290.43º degrees, saturation: 0.36, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #B77DC2 is Cyan = 0.06, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 183 | 125 | 194 | - |
| CMYK | 0.06 | 0.36 | 0 | 0.24 |
| HSL | 290.43º | 0.36% | 0.63% | - |
| HSV(B) | 290.43º | 0.36% | 0.76% | - |
| XYZ | 36.6 | 28.63 | 54.64 | - |
| YUV | 150.21 | 152.72 | 151.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 183 | 125 | 194 | 0.06 | 0.36 | 0 | 0.24 | 290.43 | 0.36 | 0.63 |
| Hex | B7 | 7D | C2 | 6 | 24 | 0 | 18 | 122 | 24 | 3F |
| Octal | 267 | 175 | 302 | 6 | 44 | 0 | 30 | 442 | 44 | 77 |
| Binary | 10110111 | 1111101 | 11000010 | 110 | 100100 | 0 | 11000 | 100100010 | 100100 | 111111 |
Color Harmonies of #B77DC2
Complementary color
Monochromatic Colors of #B77DC2
Black with #B77DC2
Text Example
Text Example
White with #B77DC2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B77DC2; }
p { color: rgb(183,125,194); }
H1.HeaderClassName
{
color: #B77DC2;
}
.AnyTagClassName
{
color: #B77DC2;
}
</style>
background-color css
<style>
a { background-color: #B77DC2; }
a { background-color: rgb(183,125,194); }
div.DivClassName
{
background-color: #B77DC2;
}
.BgClassName
{
background-color: #B77DC2;
}
</style>
border-color css
<style>
span { border-color: #B77DC2; }
span { border-color: rgb(183,125,194); }
td.TdClassName
{
border-color: #B77DC2;
}
.TagClassName
{
border-color: #B77DC2;
}
</style>