Shades of East Side #B07FBB
Tints of East Side #B07FBB
RGB
CMYK
RGB Variations
Color information
#B07FBB (or 0xB07FBB) is known color: East Side. HEX triplet: B0, 7F and BB. RGB value is (176,127,187). Sum of RGB (Red+Green+Blue) = 176+127+187=490 (64% of max value = 765). Red value is 176 (69.14% from 255 or 35.92% from 490); Green value is 127 (50% from 255 or 25.92% from 490); Blue value is 187 (73.44% from 255 or 38.16% from 490); Max value from RGB is 187 - color contains mainly: blue. Hex color #B07FBB is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #B07FBB is #4F8044. Grayscale: #949494. Windows color (decimal): -5210181 or 12287920. OLE color: 12287920.
HSL color Cylindrical-coordinate representation of color #B07FBB: hue angle of 289º degrees, saturation: 0.31, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #B07FBB is Cyan = 0.06, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 176 | 127 | 187 | - |
| CMYK | 0.06 | 0.32 | 0 | 0.27 |
| HSL | 289º | 0.31% | 0.62% | - |
| HSV(B) | 289º | 0.32% | 0.73% | - |
| XYZ | 34.46 | 28 | 50.6 | - |
| YUV | 148.49 | 149.73 | 147.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 176 | 127 | 187 | 0.06 | 0.32 | 0 | 0.27 | 289 | 0.31 | 0.62 |
| Hex | B0 | 7F | BB | 6 | 20 | 0 | 1B | 121 | 1F | 3E |
| Octal | 260 | 177 | 273 | 6 | 40 | 0 | 33 | 441 | 37 | 76 |
| Binary | 10110000 | 1111111 | 10111011 | 110 | 100000 | 0 | 11011 | 100100001 | 11111 | 111110 |
Color Harmonies of #B07FBB
Complementary color
Monochromatic Colors of #B07FBB
Black with #B07FBB
Text Example
Text Example
White with #B07FBB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B07FBB; }
p { color: rgb(176,127,187); }
H1.HeaderClassName
{
color: #B07FBB;
}
.AnyTagClassName
{
color: #B07FBB;
}
</style>
background-color css
<style>
a { background-color: #B07FBB; }
a { background-color: rgb(176,127,187); }
div.DivClassName
{
background-color: #B07FBB;
}
.BgClassName
{
background-color: #B07FBB;
}
</style>
border-color css
<style>
span { border-color: #B07FBB; }
span { border-color: rgb(176,127,187); }
td.TdClassName
{
border-color: #B07FBB;
}
.TagClassName
{
border-color: #B07FBB;
}
</style>