Shades of East Side #B07BBA
Tints of East Side #B07BBA
RGB
CMYK
RGB Variations
Color information
#B07BBA (or 0xB07BBA) is known color: East Side. HEX triplet: B0, 7B and BA. RGB value is (176,123,186). Sum of RGB (Red+Green+Blue) = 176+123+186=485 (64% of max value = 765). Red value is 176 (69.14% from 255 or 36.29% from 485); Green value is 123 (48.44% from 255 or 25.36% from 485); Blue value is 186 (73.05% from 255 or 38.35% from 485); Max value from RGB is 186 - color contains mainly: blue. Hex color #B07BBA is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #B07BBA is #4F8445. Grayscale: #919191. Windows color (decimal): -5211206 or 12221360. OLE color: 12221360.
HSL color Cylindrical-coordinate representation of color #B07BBA: hue angle of 290.48º degrees, saturation: 0.31, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #B07BBA is Cyan = 0.05, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 176 | 123 | 186 | - |
| CMYK | 0.05 | 0.34 | 0 | 0.27 |
| HSL | 290.48º | 0.31% | 0.61% | - |
| HSV(B) | 290.48º | 0.34% | 0.73% | - |
| XYZ | 33.85 | 26.94 | 49.87 | - |
| YUV | 146.03 | 150.56 | 149.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 176 | 123 | 186 | 0.05 | 0.34 | 0 | 0.27 | 290.48 | 0.31 | 0.61 |
| Hex | B0 | 7B | BA | 5 | 22 | 0 | 1B | 122 | 1F | 3D |
| Octal | 260 | 173 | 272 | 5 | 42 | 0 | 33 | 442 | 37 | 75 |
| Binary | 10110000 | 1111011 | 10111010 | 101 | 100010 | 0 | 11011 | 100100010 | 11111 | 111101 |
Color Harmonies of #B07BBA
Complementary color
Monochromatic Colors of #B07BBA
Black with #B07BBA
Text Example
Text Example
White with #B07BBA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B07BBA; }
p { color: rgb(176,123,186); }
H1.HeaderClassName
{
color: #B07BBA;
}
.AnyTagClassName
{
color: #B07BBA;
}
</style>
background-color css
<style>
a { background-color: #B07BBA; }
a { background-color: rgb(176,123,186); }
div.DivClassName
{
background-color: #B07BBA;
}
.BgClassName
{
background-color: #B07BBA;
}
</style>
border-color css
<style>
span { border-color: #B07BBA; }
span { border-color: rgb(176,123,186); }
td.TdClassName
{
border-color: #B07BBA;
}
.TagClassName
{
border-color: #B07BBA;
}
</style>