Shades of East Side #B07BBC
Tints of East Side #B07BBC
RGB
CMYK
RGB Variations
Color information
#B07BBC (or 0xB07BBC) is known color: East Side. HEX triplet: B0, 7B and BC. RGB value is (176,123,188). Sum of RGB (Red+Green+Blue) = 176+123+188=487 (64% of max value = 765). Red value is 176 (69.14% from 255 or 36.14% from 487); Green value is 123 (48.44% from 255 or 25.26% from 487); Blue value is 188 (73.83% from 255 or 38.60% from 487); Max value from RGB is 188 - color contains mainly: blue. Hex color #B07BBC is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #B07BBC is #4F8443. Grayscale: #929292. Windows color (decimal): -5211204 or 12352432. OLE color: 12352432.
HSL color Cylindrical-coordinate representation of color #B07BBC: hue angle of 288.92º degrees, saturation: 0.33, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #B07BBC is Cyan = 0.06, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 176 | 123 | 188 | - |
| CMYK | 0.06 | 0.35 | 0 | 0.26 |
| HSL | 288.92º | 0.33% | 0.61% | - |
| HSV(B) | 288.92º | 0.35% | 0.74% | - |
| XYZ | 34.06 | 27.03 | 51 | - |
| YUV | 146.26 | 151.56 | 149.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 176 | 123 | 188 | 0.06 | 0.35 | 0 | 0.26 | 288.92 | 0.33 | 0.61 |
| Hex | B0 | 7B | BC | 6 | 23 | 0 | 1A | 121 | 21 | 3D |
| Octal | 260 | 173 | 274 | 6 | 43 | 0 | 32 | 441 | 41 | 75 |
| Binary | 10110000 | 1111011 | 10111100 | 110 | 100011 | 0 | 11010 | 100100001 | 100001 | 111101 |
Color Harmonies of #B07BBC
Complementary color
Monochromatic Colors of #B07BBC
Black with #B07BBC
Text Example
Text Example
White with #B07BBC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B07BBC; }
p { color: rgb(176,123,188); }
H1.HeaderClassName
{
color: #B07BBC;
}
.AnyTagClassName
{
color: #B07BBC;
}
</style>
background-color css
<style>
a { background-color: #B07BBC; }
a { background-color: rgb(176,123,188); }
div.DivClassName
{
background-color: #B07BBC;
}
.BgClassName
{
background-color: #B07BBC;
}
</style>
border-color css
<style>
span { border-color: #B07BBC; }
span { border-color: rgb(176,123,188); }
td.TdClassName
{
border-color: #B07BBC;
}
.TagClassName
{
border-color: #B07BBC;
}
</style>