Shades of East Side #B77FC2
Tints of East Side #B77FC2
RGB
CMYK
RGB Variations
Color information
#B77FC2 (or 0xB77FC2) is known color: East Side. HEX triplet: B7, 7F and C2. RGB value is (183,127,194). Sum of RGB (Red+Green+Blue) = 183+127+194=504 (66% of max value = 765). Red value is 183 (71.88% from 255 or 36.31% from 504); Green value is 127 (50% from 255 or 25.20% from 504); Blue value is 194 (76.17% from 255 or 38.49% from 504); Max value from RGB is 194 - color contains mainly: blue. Hex color #B77FC2 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #B77FC2 is #48803D. Grayscale: #979797. Windows color (decimal): -4751422 or 12746679. OLE color: 12746679.
HSL color Cylindrical-coordinate representation of color #B77FC2: hue angle of 290.15º degrees, saturation: 0.35, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #B77FC2 is Cyan = 0.06, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 183 | 127 | 194 | - |
| CMYK | 0.06 | 0.35 | 0 | 0.24 |
| HSL | 290.15º | 0.35% | 0.63% | - |
| HSV(B) | 290.15º | 0.35% | 0.76% | - |
| XYZ | 36.86 | 29.14 | 54.72 | - |
| YUV | 151.38 | 152.05 | 150.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 183 | 127 | 194 | 0.06 | 0.35 | 0 | 0.24 | 290.15 | 0.35 | 0.63 |
| Hex | B7 | 7F | C2 | 6 | 23 | 0 | 18 | 122 | 23 | 3F |
| Octal | 267 | 177 | 302 | 6 | 43 | 0 | 30 | 442 | 43 | 77 |
| Binary | 10110111 | 1111111 | 11000010 | 110 | 100011 | 0 | 11000 | 100100010 | 100011 | 111111 |
Color Harmonies of #B77FC2
Complementary color
Monochromatic Colors of #B77FC2
Black with #B77FC2
Text Example
Text Example
White with #B77FC2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B77FC2; }
p { color: rgb(183,127,194); }
H1.HeaderClassName
{
color: #B77FC2;
}
.AnyTagClassName
{
color: #B77FC2;
}
</style>
background-color css
<style>
a { background-color: #B77FC2; }
a { background-color: rgb(183,127,194); }
div.DivClassName
{
background-color: #B77FC2;
}
.BgClassName
{
background-color: #B77FC2;
}
</style>
border-color css
<style>
span { border-color: #B77FC2; }
span { border-color: rgb(183,127,194); }
td.TdClassName
{
border-color: #B77FC2;
}
.TagClassName
{
border-color: #B77FC2;
}
</style>