Shades of East Side #B06FBE
Tints of East Side #B06FBE
RGB
CMYK
RGB Variations
Color information
#B06FBE (or 0xB06FBE) is known color: East Side. HEX triplet: B0, 6F and BE. RGB value is (176,111,190). Sum of RGB (Red+Green+Blue) = 176+111+190=477 (63% of max value = 765). Red value is 176 (69.14% from 255 or 36.90% from 477); Green value is 111 (43.75% from 255 or 23.27% from 477); Blue value is 190 (74.61% from 255 or 39.83% from 477); Max value from RGB is 190 - color contains mainly: blue. Hex color #B06FBE is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #B06FBE is #4F9041. Grayscale: #8B8B8B. Windows color (decimal): -5214274 or 12480432. OLE color: 12480432.
HSL color Cylindrical-coordinate representation of color #B06FBE: hue angle of 289.37º degrees, saturation: 0.38, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #B06FBE is Cyan = 0.07, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 176 | 111 | 190 | - |
| CMYK | 0.07 | 0.42 | 0 | 0.25 |
| HSL | 289.37º | 0.38% | 0.59% | - |
| HSV(B) | 289.37º | 0.42% | 0.75% | - |
| XYZ | 32.88 | 24.32 | 51.68 | - |
| YUV | 139.44 | 156.53 | 154.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 176 | 111 | 190 | 0.07 | 0.42 | 0 | 0.25 | 289.37 | 0.38 | 0.59 |
| Hex | B0 | 6F | BE | 7 | 2A | 0 | 19 | 121 | 26 | 3B |
| Octal | 260 | 157 | 276 | 7 | 52 | 0 | 31 | 441 | 46 | 73 |
| Binary | 10110000 | 1101111 | 10111110 | 111 | 101010 | 0 | 11001 | 100100001 | 100110 | 111011 |
Color Harmonies of #B06FBE
Complementary color
Monochromatic Colors of #B06FBE
Black with #B06FBE
Text Example
Text Example
White with #B06FBE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B06FBE; }
p { color: rgb(176,111,190); }
H1.HeaderClassName
{
color: #B06FBE;
}
.AnyTagClassName
{
color: #B06FBE;
}
</style>
background-color css
<style>
a { background-color: #B06FBE; }
a { background-color: rgb(176,111,190); }
div.DivClassName
{
background-color: #B06FBE;
}
.BgClassName
{
background-color: #B06FBE;
}
</style>
border-color css
<style>
span { border-color: #B06FBE; }
span { border-color: rgb(176,111,190); }
td.TdClassName
{
border-color: #B06FBE;
}
.TagClassName
{
border-color: #B06FBE;
}
</style>