Shades of East Side #B17BBF
Tints of East Side #B17BBF
RGB
CMYK
RGB Variations
Color information
#B17BBF (or 0xB17BBF) is known color: East Side. HEX triplet: B1, 7B and BF. RGB value is (177,123,191). Sum of RGB (Red+Green+Blue) = 177+123+191=491 (65% of max value = 765). Red value is 177 (69.53% from 255 or 36.05% from 491); Green value is 123 (48.44% from 255 or 25.05% from 491); Blue value is 191 (75% from 255 or 38.90% from 491); Max value from RGB is 191 - color contains mainly: blue. Hex color #B17BBF is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #B17BBF is #4E8440. Grayscale: #929292. Windows color (decimal): -5145665 or 12549041. OLE color: 12549041.
HSL color Cylindrical-coordinate representation of color #B17BBF: hue angle of 287.65º degrees, saturation: 0.35, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #B17BBF is Cyan = 0.07, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 177 | 123 | 191 | - |
| CMYK | 0.07 | 0.36 | 0 | 0.25 |
| HSL | 287.65º | 0.35% | 0.62% | - |
| HSV(B) | 287.65º | 0.36% | 0.75% | - |
| XYZ | 34.62 | 27.27 | 52.73 | - |
| YUV | 146.9 | 152.89 | 149.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 177 | 123 | 191 | 0.07 | 0.36 | 0 | 0.25 | 287.65 | 0.35 | 0.62 |
| Hex | B1 | 7B | BF | 7 | 24 | 0 | 19 | 120 | 23 | 3E |
| Octal | 261 | 173 | 277 | 7 | 44 | 0 | 31 | 440 | 43 | 76 |
| Binary | 10110001 | 1111011 | 10111111 | 111 | 100100 | 0 | 11001 | 100100000 | 100011 | 111110 |
Color Harmonies of #B17BBF
Complementary color
Monochromatic Colors of #B17BBF
Black with #B17BBF
Text Example
Text Example
White with #B17BBF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B17BBF; }
p { color: rgb(177,123,191); }
H1.HeaderClassName
{
color: #B17BBF;
}
.AnyTagClassName
{
color: #B17BBF;
}
</style>
background-color css
<style>
a { background-color: #B17BBF; }
a { background-color: rgb(177,123,191); }
div.DivClassName
{
background-color: #B17BBF;
}
.BgClassName
{
background-color: #B17BBF;
}
</style>
border-color css
<style>
span { border-color: #B17BBF; }
span { border-color: rgb(177,123,191); }
td.TdClassName
{
border-color: #B17BBF;
}
.TagClassName
{
border-color: #B17BBF;
}
</style>