Shades of East Side #B77FDA
Tints of East Side #B77FDA
RGB
CMYK
RGB Variations
Color information
#B77FDA (or 0xB77FDA) is known color: East Side. HEX triplet: B7, 7F and DA. RGB value is (183,127,218). Sum of RGB (Red+Green+Blue) = 183+127+218=528 (69% of max value = 765). Red value is 183 (71.88% from 255 or 34.66% from 528); Green value is 127 (50% from 255 or 24.05% from 528); Blue value is 218 (85.55% from 255 or 41.29% from 528); Max value from RGB is 218 - color contains mainly: blue. Hex color #B77FDA is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #B77FDA is #488025. Grayscale: #999999. Windows color (decimal): -4751398 or 14319543. OLE color: 14319543.
HSL color Cylindrical-coordinate representation of color #B77FDA: hue angle of 276.92º degrees, saturation: 0.55, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #B77FDA is Cyan = 0.16, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 183 | 127 | 218 | - |
| CMYK | 0.16 | 0.42 | 0 | 0.15 |
| HSL | 276.92º | 0.55% | 0.68% | - |
| HSV(B) | 276.92º | 0.42% | 0.85% | - |
| XYZ | 39.77 | 30.31 | 70.08 | - |
| YUV | 154.12 | 164.05 | 148.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 183 | 127 | 218 | 0.16 | 0.42 | 0 | 0.15 | 276.92 | 0.55 | 0.68 |
| Hex | B7 | 7F | DA | 10 | 2A | 0 | F | 115 | 37 | 44 |
| Octal | 267 | 177 | 332 | 20 | 52 | 0 | 17 | 425 | 67 | 104 |
| Binary | 10110111 | 1111111 | 11011010 | 10000 | 101010 | 0 | 1111 | 100010101 | 110111 | 1000100 |
Color Harmonies of #B77FDA
Complementary color
Monochromatic Colors of #B77FDA
Black with #B77FDA
Text Example
Text Example
White with #B77FDA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B77FDA; }
p { color: rgb(183,127,218); }
H1.HeaderClassName
{
color: #B77FDA;
}
.AnyTagClassName
{
color: #B77FDA;
}
</style>
background-color css
<style>
a { background-color: #B77FDA; }
a { background-color: rgb(183,127,218); }
div.DivClassName
{
background-color: #B77FDA;
}
.BgClassName
{
background-color: #B77FDA;
}
</style>
border-color css
<style>
span { border-color: #B77FDA; }
span { border-color: rgb(183,127,218); }
td.TdClassName
{
border-color: #B77FDA;
}
.TagClassName
{
border-color: #B77FDA;
}
</style>